Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of seconds between two specified utcdatetime values.
Syntax
client server public static int64 getDifference(utcdatetime t1, utcdatetime t2)
Run On
Called
Parameters
- t1
Type: utcdatetime
The first utcdatetime value.
- t2
Type: utcdatetime
The second utcdatetime value.
Return Value
Type: int64
The number of seconds between the two specified utcdatetime values.