Click or drag to resize

TimeZones Properties

The TimeZones type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of elements actually contained in the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyIsFixedSize
true if the ArrayList has a fixed size; otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyIsReadOnly
Returns true if the collection is read-only. (Default is false)
(Inherited from EAPCollectionBase.)
Public propertyIsSynchronized
true if access to the internal ArrayList is synchronized (thread-safe); otherwise, false. The default is false.
(Inherited from EAPCollectionBase.)
Public propertyItem
Look up a timezone by key (ID).
Public propertyServerLocalTimeZone
Get/set the server's local timezone, if any. If there is a user local timezone it is stored at index -2.
Public propertySyncRoot
An object that can be used to synchronize access to the ArrayList.
(Inherited from EAPCollectionBase.)
Public propertyUserLocalDateTime
Gets the current date/time in the user's local TimeZone if that TimeZone is known, else the current system date/time (DateTime.Now).
Public propertyUserLocalTimeZone
Get/set the user's local timezone, if any. If there is a user local timezone it is stored at index -1.
Public propertyUTCTimeZone
Get/set the Coordinated Universal Time (UTC) timezone which is guaranteed to exist on a properly loaded collection. The UTC timezone is always stored at index 0.
Top
See Also