TimeZonesAdd Method |
| Name | Description | |
|---|---|---|
| Add(TimeZone) |
Adds a TimeZone to the collection with the appropriate key.
| |
| Add(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.) | |
| Add(Int32, TimeZone) |
Adds a TimeZone to the collection with the specified key.
| |
| Add(String, Object, CollectionAddFlags) |
Adds an item to the collection
(Inherited from EAPCollectionBase.) |