SFU.getServerUtcOffset()
- Last UpdatedJun 25, 2024
- 1 minute read
Use getServerUtcOffset() method to get the difference in minutes from the UTC and the server time.
Syntax
nRetVal = SFU.getServerUtcOffset();
Parameters
None.
Return Value
This method returns a numeric value.
Example
// Get the difference in minutes from the UTC and the server time.
var offsetMin = SFU.getServerUtcOffset();