TimeZonesAdd Method (TimeZone) |
Adds a TimeZone to the collection with the appropriate key.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Add(
TimeZone timezone
)
Public Sub Add (
timezone As TimeZone
)
Parameters
- timezone
- Type: NetQuarryTimeZone
The TimeZone to add.
See Also