OpenNETCF Smart Device Framework 2.3
Define a TimeZoneCollection which can return a list of all
of the TimeZones known to the OS. This should help make
time zone picker controls, etc.
Namespace:
OpenNETCF.WindowsCE
Assembly:
OpenNETCF.WindowsCE (in OpenNETCF.WindowsCE.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public class TimeZoneCollection : ArrayList |
| Visual Basic (Declaration) |
|---|
Public Class TimeZoneCollection _
Inherits ArrayList |
| Visual Basic (Usage) |
|---|
Dim instance As TimeZoneCollection |
| Visual C++ |
|---|
public ref class TimeZoneCollection : public ArrayList |
| J# |
|---|
public class TimeZoneCollection extends ArrayList |
| JScript |
|---|
public class TimeZoneCollection extends ArrayList |
| JavaScript |
|---|
OpenNETCF.WindowsCE.TimeZoneCollection = function();
Type.createClass(
'OpenNETCF.WindowsCE.TimeZoneCollection',
ArrayList); |
Inheritance Hierarchy
See Also