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).
UtcTime(int offset = 0)
~UtcTime()
string toString(const string format = string("YYMMDDHHMMSSZ")) const
void toCharArray(char buffer[], const string format = string("YYMMDDHHMMSSZ")) const
UtcTime operator+(int offset) const
UtcTime& operator+=(int offset)
bool operator==(const UtcTime &utcTime) const
bool operator<(const UtcTime &utcTime) const
bool operator<=(const UtcTime &utcTime) const
bool operator>(const UtcTime &utcTime) const
bool operator>=(const UtcTime &utcTime) const
string paramString() const
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