|
static |
Defines a time change that uses a fixed-date rule (that is, a time change that occurs on a specific day of a specific month).
time_of_day | The time at which the time change occurs. This parameter corresponds to the xtd::time_zone_info::transition_time::ttime_of_day property. |
month | The month in which the time change occurs. This parameter corresponds to the xtd::time_zone_info::transition_time::month property. |
day | The day of the month on which the time change occurs. This parameter corresponds to the xtd::time_zone_info::transition_time::day property. |
xtd::argument_exception | The time_of_day parameter has a non-default date component. -or- The time_of_day parameter's Kind property is not unspecified. -or- The time_of_day parameter does not represent a whole number of milliseconds. |
xtd::argument_out_of_range_exception | The month parameter is less than 1 or greater than 12. -or- The day parameter is less than 1 or greater than 31. |