Time object
Time's companion
The day. Valid values 1..31
Get the day of the week. Valid values 1..7 (1 being Sunday).
Number of milliseconds that have passed since 1970-01-01T00:00:00.
The hour. Valid values 0..23
The millisecond. Valid values 0..999
The minute. Valid values 0..59
The month. Valid values 1..12
The second. Valid values 0..59
The year
Address of native referenced object. nullptr if not referencing any native allocated object. Note native allocation will happen only once.
Assign new value for this Time instance.
Sets the time from a timestamp. Timestamp is the number of milliseconds that have passed since 1970-01-01T00:00:00.
Set time object from an ISO8601 string
Check if the date is valid.
Sleep in this thread for specified number of milliseconds.
Resets time to invalid.
Set this instance to local time.
Set this instance to universal time.
Format string conform to ISO8601
Overrides finalize that garbage collector will call when needed.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
Checks if this object is valid.
Releases the native referenced value of this object if: