class Akenti::UtcTime |
A UtcTime object provides the operations for utctime objects.
![]() | UtcTime (const string& date, const string format = string("YYMMDDHHMMSSZ")) 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 string format = string("YYMMDDHHMMSSZ")) const Converts the utctime to a string |
![]() | toCharArray (char buffer[], const string format = string("YYMMDDHHMMSSZ")) 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. |
![]() | operator<= (const UtcTime &utcTime) const Checks If the utcTime object is less than or equal to the input time. |
![]() | operator> (const UtcTime &utcTime) const Checks If the utcTime object is greater than the input time. |
![]() | operator>= (const UtcTime &utcTime) const Checks If the utcTime object is greater than or equal to 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 HTML hierarchy of classes or Java