SqueezeBrains SDK 1.18
|
Time class More...
#include <cs_common.h>
Public Member Functions | |
signed long long | Get () |
Returns the time. More... | |
void | Set (signed long long sec) |
Set the time. More... | |
String | ToString () override |
Formats time in a readable string. More... | |
SbTime (signed long long sec) | |
Constructor. More... | |
Time class
Definition at line 271 of file cs_common.h.
sb_cs::SbTime::SbTime | ( | signed long long | sec | ) |
Constructor.
sec | An integral value representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC. |
signed long long sb_cs::SbTime::Get | ( | ) |
Returns the time.
void sb_cs::SbTime::Set | ( | signed long long | sec | ) |
Set the time.
sec | An integral value representing the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC. |
|
override |
Formats time in a readable string.