Click or drag to resize

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
)

Parameters

key
Type: SystemInt32
The unique key.
timezone
Type: NetQuarryTimeZone
The TimeZone to add.
See Also