|
|
| FTimeSpan (const ULLong &first, const ULLong &second) |
| | Constructor timespan object.
|
| |
|
| FTimeSpan (const ULLong &interval) |
| | Constructor timespan object.
|
| |
|
| FTimeSpan () |
| | Constructor timespan object.
|
| |
|
virtual | ~FTimeSpan ()=default |
| | Destroys the timespan object.
|
| |
|
Double | TotalDays () const |
| | Returns total days.
|
| |
|
Double | TotalHours () const |
| | Returns total hours.
|
| |
|
Double | TotalMinutes () const |
| | Returns total minutes.
|
| |
|
Double | TotalSeconds () const |
| | Returns total seconds.
|
| |
|
Double | TotalMilliseconds () const |
| | Returns total milliseconds.
|
| |
|
Double | TotalMicroseconds () const |
| | Returns total milliseconds.
|
| |
|
ULLong | TotalNanoseconds () const |
| | Returns total nanoseconds.
|
| |
|
const type_info & | GetType () override |
| | Returns the type info over object.
|
| |
|
FString | GetName () const override |
| | Returns the name of object.
|
| |
|
| FObject ()=default |
| | Constructor.
|
| |
|
virtual | ~FObject ()=default |
| | Destructor.
|
| |
Represents a time interval