Account
| Beam-lib 2.16.3 This is the Beam C++ class library. |
BTimeUs.h
Go to the documentation of this file.
28 void set(BUInt year, BUInt month, BUInt day, BUInt hour = 0, BUInt minute = 0, BUInt second = 0, BUInt microSecond = 0);
29 void setYearDay(BUInt year, BUInt yearDay, BUInt hour = 0, BUInt minute = 0, BUInt second = 0, BUInt microSecond = 0);
Definition: BTimeUs.h:22
Definition: BString.h:18
BString getString(BString format="isoT") const
Gets the date/time in string format.
Definition: BTimeUs.cpp:121
void setYearDay(BUInt year, BUInt yearDay, BUInt hour=0, BUInt minute=0, BUInt second=0, BUInt microSecond=0)
Set the date and time from UTC.
Definition: BTimeUs.cpp:57
void addSeconds(BInt64 seconds)
Add the given number of seconds.
Definition: BTimeUs.cpp:106
void getTime(BUInt &hour, BUInt &minute, BUInt &second) const
Return the time information UTC.
Definition: BTimeUs.cpp:86
BUInt64 getMicroSeconds() const
Return the number of micro seconds TAI.
Definition: BTimeUs.cpp:102
void addMicroSeconds(BInt64 microSeconds)
Add the given number of seconds.
Definition: BTimeUs.cpp:110
BString getStringUs(BString format="isoT") const
Gets the date/time in string format.
Definition: BTimeUs.cpp:139
void getDate(BUInt &year, BUInt &month, BUInt &day) const
Return the date information UTC.
Definition: BTimeUs.cpp:68
Definition: BError.h:25
BError setString(const BString dateTime)
Sets the date/time from string format.
Definition: BTimeUs.cpp:157
BUInt64 getSeconds() const
Return the number of seconds TAI.
Definition: BTimeUs.cpp:98
Definition: BTime.h:20
Generated by
1.8.15 