TIBCO Adapter SDK C++ Reference
MDateTime::MDateTime
MDateTime
Constructs an MDateTime instance. This constructor encapsulates the date time data passed in through the time_t struct.
Parameters
Parameters Description
const time_t& rTime_t Time to encapsulate.
unsigned long microSeconds = 0 Microseconds associated with the time to encapsulate.
Declaration
MDateTime(const time_t& rTime_t, unsigned long microSeconds = 0);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.