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