System::TimeZoneInfo::TransitionTime::CreateFixedDateRule method

TransitionTime::CreateFixedDateRule method

Constructs an instance of TransitionTime class that represents a fixed-date rule (time change that occurs on specific day of a specific month).

static TransitionTime System::TimeZoneInfo::TransitionTime::CreateFixedDateRule(DateTime time_of_day, int month, int day)
ParameterTypeDescription
time_of_dayDateTimeThe specific time at which the time change occurs.
monthintThe month of the year at which the time change occurs.
dayintThe day of the month at which the time change occurs.

ReturnValue

An istance of TransitionTime class that represents the described time change.

See Also