Click or drag to resize

TimeZonesAdd Method

Overload List
  NameDescription
Public methodAdd(TimeZone)
Adds a TimeZone to the collection with the appropriate key.
Protected methodAdd(String, Object)
Adds an object to the collection. Override. This method simply calls the Add method with CollectionAddFlags.replace as the flags.
(Inherited from EAPCollectionBase.)
Public methodAdd(Int32, TimeZone)
Adds a TimeZone to the collection with the specified key.
Protected methodAdd(String, Object, CollectionAddFlags)
Adds an item to the collection
(Inherited from EAPCollectionBase.)
Top
See Also