Open Dev Kit Documentation :: General :: Time
Root.TimeRepresentation of a point in time
Functions
- Constructor ( Nanosecond Long, Microsecond Long, Millisecond Long, Second Long, Minute Long, Hour Long, Day Long, Month Long, Year Long )
- Creates a time object with specified time components
- Constructor ( Seconds Double )
- Create Milliseconds ( Milliseconds Long ) Time
- Format ( Format String ) String
- Returns date/time formatted according to common C++ functions std::put_time() and sftime().
- Now ( ) Time
- Returns the current systems time (in UTC)
Properties
- Value Long
- value representing time
- Nanoseconds Long
- nanoseconds component
- Microseconds Long
- microseconds component
- Milliseconds Long
- milliseconds component
- Seconds Long
- seconds component
- Minutes Long
- minutes component
- Hours Long
- hours component
- Days Long
- days component (0 is 1st day)
- Months Long
- months component (0 is January)
- Years Long
- years component (0 is year 1970)
- Total Nanoseconds Double
- total number of nanoseconds
- Total Microseconds Double
- total number of microseconds
- Total Milliseconds Double
- total number of milliseconds
- Total Seconds Double
- total number of seconds
- Total Minutes Double
- total number of minutes
- Total Hours Double
- total number of hours
- Total Days Double
- total number of days
- Total Months Double
- total number of months
- Total Years Double
- total number of years
If you think anything is missing, please feel free to: submit documentation feedback on this page