TimeZoneRuleDateRange Property

Gets or sets the range of dates during which the TimeZoneRule is effective.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public DateRange DateRange {
	get;
 set; }

Property Value

DateRange

Remarks

This value is expressed in Universal time, even though the source data from tzinfo is in local time.

See Also