TimeChangeRuleStartDate Method
Gets the date and time during a given year that the rule first applies.
Namespace: InnerDrive.TimeZonesAssembly: InnerDrive.TimeZones (in InnerDrive.TimeZones.dll) Version: 5.2.9017.0
public DateTime StartDate(
int year
)
- year Int32
- The year to use to find the start date.
DateTimeThe date and time during
year that the rule
first applies, or
MinValue if the rule does
not apply during
year.