TibrvMsgDateTime()
Constructor
Declaration
TibrvMsgDateTime
()TibrvMsgDateTime
(const TibrvMsgDateTime& dateTime)TibrvMsgDateTime
(const tibrvMsgDateTime& cDateTime)
Purpose
Create a Rendezvous datetime object.
Remarks
With no arguments, this method creates an object representing the epoch (0 seconds, 0 nanoseconds).
Because the datetime object is identical to the C field struct, programs can use the struct’s accessors to get and set the field’s sec
and nsec
members.
Parameter |
Description |
|
Create an independent copy of this TibrvMsgDateTime object. |
|
Create an independent copy of this C datetime struct in a new TibrvMsgDateTime object. |
See Also