MapiCalendarTimeZoneInfo
Contents
[
Hide
]MapiCalendarTimeZoneInfo class
Represents the mapi calendar time zone rule
Constructors
| Name | Description |
|---|---|
| MapiCalendarTimeZoneInfo (2 overloads) | Initializes a new instance of the MapiCalendarTimeZoneInfo class. |
Methods
| Name | Description |
|---|---|
| get_Bias | Gets the time zone’s offset in minutes from UTC. |
| get_DaylightBias | Gets offset in minutes from lBias during daylight saving time. |
| get_DaylightDate | Gets the date and local time that indicate when to begin using the DaylightBias. |
| get_rule | |
| get_StandardBias | Gets the offset in minutes from lBias during standard time. |
| get_StandardDate | Gets the date and local time that indicate when to begin using the StandardBias. |
| get_TimeZoneFlags | Gets individual bit flags that specify information about this TimeZoneRule |
| get_Year | Gets the year in which this rule is scheduled to take effect. |
| IsDaylightSavingTime | Returns a value indicating whether this DateTime is within the daylight saving time range for this time zone. |
| ParseTimeZoneRule | Parses the time zone rule information from the time zone rule |
| ParseTimeZoneStruct | Parses the time zone rule information from the time zone struct |
| set_Bias | Sets the time zone’s offset in minutes from UTC. |
| set_DaylightBias | Sets offset in minutes from lBias during daylight saving time. |
| set_DaylightDate | Sets the date and local time that indicate when to begin using the DaylightBias. |
| set_rule | |
| set_StandardBias | Sets the offset in minutes from lBias during standard time. |
| set_StandardDate | Sets the date and local time that indicate when to begin using the StandardBias. |
| set_TimeZoneFlags | Sets individual bit flags that specify information about this TimeZoneRule |
| set_Year | Sets the year in which this rule is scheduled to take effect. |
| ToByteArray | |
| ToTimeZoneComponent | Converts this instance into the corresponding iCalendar TimeZoneComponent |
| ToTimeZoneStructByteArray | For TimeZoneStruct serialization |