MapiCalendarTimeZoneRuleDto
Contents
 [
      
        Hide
      ]
    Represents time zone rule that indicate when to begin using the Standard/Daylight time.
Properties:
| Name | Type | Description | Notes | 
|---|---|---|---|
| Date | DateTime? | Date and time that indicate when to begin using the Standard/Daylight time. | |
| DayOfWeek | string | Day of week. Enum, available values: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday | |
| Hour | int? | Hour. | |
| Milliseconds | int? | Milliseconds. | |
| Minute | int? | Minute. | |
| Month | int? | Month. | |
| Position | string | Day positions, typically found in a month. Enum, available values: None, First, Second, Third, Fourth, Last | |
| Seconds | int? | Seconds. | |
| Year | int? | Year. |