MapiCalendarTimeZoneRule
Contents
[
Hide
]MapiCalendarTimeZoneRule class
Represents time zone rule that indicate when to begin using the Standard/Daylight time.
Constructors
| Name | Description |
|---|---|
| MapiCalendarTimeZoneRule (2 overloads) | Initializes a new instance of the MapiCalendarTimeZoneRule class. |
Methods
| Name | Description |
|---|---|
| get_Date | Gets the date and time that indicate when to begin using the Standard/Daylight time. |
| get_DayOfWeek | Gets the day of week |
| get_Hour | Gets the hour |
| get_Milliseconds | Gets the milliseconds |
| get_Minute | Gets the minutes |
| get_Month | Gets the month |
| get_Position | Gets the day position |
| get_Seconds | Gets the seconds |
| get_Year | Gets the year |
| GetDateTime | Gets the start date and time of this rule for the specified year |
| IsEmpty | Check is empty |
| ParseSystemtime | Reads the MapiCalendarTimeZoneRule from the SYSTEMTIME struct |
| set_DayOfWeek | Sets the day of week |
| set_Hour | Sets the hour |
| set_Milliseconds | Sets the milliseconds |
| set_Minute | Sets the minutes |
| set_Month | Sets the month |
| set_Position | Sets the day position |
| set_Seconds | Sets the seconds |
| set_Year | Sets the year |
| ToByteArray | |
| ToRruleProperty | Converts this instance to the corresponding RRuleProperty |