OpenNETCF Smart Device Framework 2.3
Time Zone information

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

Syntax

C#
public class TimeZoneInformation
Visual Basic (Declaration)
Public Class TimeZoneInformation
Visual Basic (Usage)
Dim instance As TimeZoneInformation
Visual C++
public ref class TimeZoneInformation
J#
public class TimeZoneInformation
JScript
public class TimeZoneInformation
JavaScript
OpenNETCF.WindowsCE.TimeZoneInformation = function();

Type.createClass(
	'OpenNETCF.WindowsCE.TimeZoneInformation');

Remarks

Wraps the native TIME_ZONE_INFORMATION structure.

Inheritance Hierarchy

System..::.Object
  OpenNETCF.WindowsCE..::.TimeZoneInformation

See Also