A UtcTime object provides the operations for utctime objects
![]() | UtcTime (const string& date) Construct this object based on the string date |
![]() | UtcTime (int offset = 0) Construct this object based on the offset in seconds from the Epoch |
![]() | ~UtcTime () Destroy this object |
![]() | toString () const Converts the utctime to a string |
![]() | toCharArray (char buffer[]) const Formats the utctime into a char array |
![]() | operator+ (int offset) const Provides an operation to add an offset to the utctime |
![]() | operator+= (int offset) Provides an operation to add an offset to the utctime |
![]() | operator== (const UtcTime &utcTime) const Checks if utctime object is equal to the input time |
![]() | operator< (const UtcTime &utcTime) const Checks If the utcTime object is less than the input time |
![]() | paramString () const Shows the utctime fields in the format [nameOfDataMember=valueOfDataMember,stringValue] |
A UtcTime object provides the operations for utctime objects. utctime is date and time in Coordinated Universal Time (aka Greenwich Mean Time).
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de