TIBCO Adapter SDK C++ Reference
MDateTime::MDateTime
MDateTime
Constructs an MDateTime instance. This constructor creates an MDateTime based on a MDateTimeStruct structure, which includes the number of seconds and the number of microseconds.
Remarks
The MDateTimeStruct structure contains seconds and microseconds, as follows:

sec - Signed 64-bit integer representing seconds.

msec - Unsigned 32-bit integer representing microseconds after the seconds value. This value is always non-negative.

Parameters
Parameters Description
MDateTimeStruct dateTimeStruct The MDateTimeStruct from which to create.
Declaration
MDateTime(MDateTimeStruct dateTimeStruct);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.