UtilTimeZoneOffset Property

UTC offset (hours) for the computer's clock

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public double TimeZoneOffset { get; }

Return Value

Double
UTC offset (hours) for the computer's clock

Remarks

The offset is in hours, such that UTC = local + offset. The offset includes any daylight/summer time that may be in effect.

See Also