OpenNETCF Smart Device Framework 2.3
Return values from GetTimeZoneInformation()()().

Namespace:  OpenNETCF.WindowsCE
Assembly:  OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0

Syntax

C#
public enum TimeZoneState
Visual Basic (Declaration)
Public Enumeration TimeZoneState
Visual Basic (Usage)
Dim instance As TimeZoneState
Visual C++
public enum class TimeZoneState
J#
public enum TimeZoneState
JScript
public enum TimeZoneState
JavaScript
OpenNETCF.WindowsCE.TimeZoneState = function();
OpenNETCF.WindowsCE.TimeZoneState.createEnum('OpenNETCF.WindowsCE.TimeZoneState', false);

Members

Member nameDescription
Unknown
The system cannot determine the current time zone. This value is returned if daylight savings time is not used in the current time zone, because there are no transition dates.
Standard
The system is operating in the range covered by the StandardDate member of the TimeZoneInformation structure.
Daylight
The system is operating in the range covered by the DaylightDate member of the TimeZoneInformation structure.

See Also