Click or drag to resize
CustomTimeZones Constructor
Initializes a new instance of the CustomTimeZones class

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CustomTimeZones(
	TimeZoneInfo idIN,
	string nameIN,
	TimeSpan UTCIN
)

Parameters

idIN
Type: SystemTimeZoneInfo
nameIN
Type: SystemString
UTCIN
Type: SystemTimeSpan
See Also