UtilTimeZoneOffset Property
UTC offset (hours) for the computer's clock
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public double TimeZoneOffset { get; }
Public ReadOnly Property TimeZoneOffset As Double
Get
public:
virtual property double TimeZoneOffset {
double get () sealed;
}
Return Value
DoubleUTC offset (hours) for the computer's clock
The offset is in hours, such that UTC = local + offset. The offset includes any daylight/summer time that may be
in effect.