|
constexpr | Hours (Float64 hours) |
|
| TimeValue () |
|
| TimeValue (CurrentTime) |
|
| TimeValue (ENUM_DONT_INITIALIZE) |
|
| TimeValue (const TimeValue &src) |
|
| TimeValue (Int frame, Float64 frameRate) |
|
template<typename TIMESTAMP > |
| TimeValue (TimeValue stampToTime, TIMESTAMP stamp) |
|
TimeValue & | operator= (const TimeValue &src) |
|
| MAXON_OPERATOR_EQUALITY_HASHCODE (TimeValue, _value) |
|
Bool | operator< (const TimeValue &b) const |
|
| MAXON_OPERATOR_INEQUALITY (TimeValue) |
|
TimeValue | operator+ (const TimeValue &b) const |
|
TimeValue & | operator+= (const TimeValue &b) |
|
TimeValue | operator- (const TimeValue &b) const |
|
const TimeValue & | operator-= (const TimeValue &b) |
|
TimeValue & | operator*= (const Float64 b) |
|
Float64 | GetDays () const |
|
void | SetDays (Float64 days) |
|
Float64 | GetHours () const |
|
void | SetHours (Float64 hours) |
|
Float64 | GetMinutes () const |
|
void | SetMinutes (Float64 minutes) |
|
Float64 | GetSeconds () const |
|
void | SetSeconds (Float64 seconds) |
|
Float64 | GetMilliseconds () const |
|
void | SetMilliseconds (Float64 milliseconds) |
|
Float64 | GetMicroseconds () const |
|
void | SetMicroseconds (Float64 microseconds) |
|
Float64 | GetNanoseconds () const |
|
void | SetNanoseconds (Float64 nanoseconds) |
|
Tuple< Int, Int, Int > | GetHourMinuteSecond () const |
|
const TimeValue & | Stop () |
|
String | ToString (const FormatStatement *formatStatement=nullptr) const |
|
Int | GetFrame (Float64 frameRate) const |
|
void | Quantize (Float64 frameRate) |
|
String | TimeToString (TIMEFORMAT timeFormat=TIMEFORMAT::SECONDS, Float64 frameRate=1) const |
|
Result< void > | TimeFromString (const String &str, TIMEFORMAT timeFormat, Float64 frameRate) |
|