wwAPI::FromUtcTime
Returns local time from a UTC time.
Optionally lets you provide a timezone offset to account for. If not provided the timezone used is the active timezone of the local machine.
Note: This is a static function not a class method
o.FromUtcTime(ltTime)
Returns
Local time value
Parameters
ltTime
UTC Time
lnOffsetMinutes
(optional) - timezone offset to adjust for. Defaults to local timezone as determined by GetTimeZone()
.
Remarks
This function relies on wwDotnetBridge and .NET.
See also
Class wwAPI