Class TimeZoneInfoAdjustmentRule.TransitionTime
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Transition time for adjustment rule.
public class TimeZoneInfoAdjustmentRule.TransitionTime
- Inheritance
-
TimeZoneInfoAdjustmentRule.TransitionTime
- Inherited Members
Constructors
TransitionTime(int?, DayOfWeek?, bool?, int?, DateTime?, int?)
Initializes a new instance of the TimeZoneInfoAdjustmentRule.TransitionTime class.
public TransitionTime(int? day, DayOfWeek? dayOfWeek, bool? isFixedDateRule, int? month, DateTime? timeOfDay, int? week)
Parameters
dayint?The day.
dayOfWeekDayOfWeek?The day of week.
isFixedDateRulebool?if set to true [is fixed date rule].
monthint?The month.
timeOfDayDateTime?The time of day.
weekint?The week.
Properties
Day
Gets the day.
public int? Day { get; }
Property Value
DayOfWeek
Gets the day of week.
public DayOfWeek? DayOfWeek { get; }
Property Value
IsFixedDateRule
Gets a value indicating whether DST is fixed Day in month or should be calculated with Week and DayOfWeek.
public bool? IsFixedDateRule { get; }
Property Value
Month
Gets the month.
public int? Month { get; }
Property Value
TimeOfDay
Gets the time of day.
public DateTime? TimeOfDay { get; }
Property Value
Week
Gets the week.
public int? Week { get; }