Copies a time zone info form the specified TimeZoneInfo object into the current instance.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected void CopyFrom(
	TimeZoneInfo info
)
Visual Basic (Declaration)
Protected Sub CopyFrom ( _
	info As TimeZoneInfo _
)

See Also