Account
| Beam-lib 2.16.3 This is the Beam C++ class library. |
BTime.h
Go to the documentation of this file.
25 void set(BUInt year, BUInt month, BUInt day, BUInt hour = 0, BUInt minute = 0, BUInt second = 0);
Definition: BString.h:18
void addSeconds(int seconds)
Add the given number of seconds.
Definition: BTime.cpp:88
void setYearDay(BUInt year, BUInt yearDay, BUInt hour=0, BUInt minute=0, BUInt second=0)
Set the date and time.
Definition: BTime.cpp:43
void getDate(BUInt &year, BUInt &month, BUInt &day) const
Retun the date information.
Definition: BTime.cpp:54
BError setString(const BString dateTime)
Sets the date/time from string format.
Definition: BTime.cpp:125
Definition: BError.h:25
BString getString(BString format="isoT") const
Gets the date/time in string format.
Definition: BTime.cpp:99
void getTime(BUInt &hour, BUInt &minute, BUInt &second) const
Return the time information.
Definition: BTime.cpp:72
Definition: BTime.h:20
Generated by
1.8.15 