TimeChangeRuleStartDate Method

Gets the date and time during a given year that the rule first applies.

Definition

Namespace: InnerDrive.TimeZones
Assembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
C#
public DateTime StartDate(
	int year
)

Parameters

year  Int32
The year to use to find the start date.

Return Value

DateTime
The date and time during year that the rule first applies, or MinValue if the rule does not apply during year.

See Also