Outlook Mobile TimeZone information.
| C# | Visual Basic |
public sealed class OutlookTimeZone : TimeZone, IDisposable
Public NotInheritable Class OutlookTimeZone _ Inherits TimeZone _ Implements IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Bias |
Returns the current bias, in minutes, for local time translation on this computer.
| |
| DaylightBias |
Returns the offset in minutes added to a time zone when it is in Daylight Saving Time.
| |
| DaylightDate |
Returns when a time zone enters Daylight Time.
| |
| DaylightDayOfWeekMask |
Returns the day of the week Daylight Saving Time starts.
| |
| DaylightInstance |
Returns the week of the month (one to five) Daylight Time starts.
| |
| DaylightMonthOfYear |
Returns the month Daylight Time starts.
| |
| DaylightName |
Returns the name of a time zone during Daylight Saving Time.
(Overrides TimeZone.DaylightName.) | |
| Dispose()()()() | Releases all resources used by the OutlookTimeZone | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Overrides Object.Finalize()()()().) | |
| GetDaylightChanges(Int32) |
Returns the daylight saving time period for a particular year.
(Overrides TimeZone.GetDaylightChanges(Int32).) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| GetUtcOffset(DateTime) |
Returns the coordinated universal time (UTC) offset for the specified local time.
(Overrides TimeZone.GetUtcOffset(DateTime).) | |
| Index |
The index of the time zone within Outlook's collection.
| |
| IsDaylightAbsoluteDate |
Returns whether DaylightDate is absolute or relative.
| |
| IsDaylightSavingTime(DateTime) |
Returns a value indicating whether the specified date and time is within a daylight saving time period.
(Inherited from TimeZone.) | |
| IsStandardAbsoluteDate |
Returns whether StandardDate is an absolute or relative date.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| StandardBias |
Returns the offset in minutes added to a time zone when it is in Standard Time.
| |
| StandardDate |
Returns when a time zone enters Standard Time.
| |
| StandardDayOfWeekMask |
Returns the day of the week Daylight Saving Time starts.
| |
| StandardInstance |
Returns the week of the month (one to five) Standard Time starts.
| |
| StandardMonthOfYear |
Returns the month Standard Time starts.
| |
| StandardName |
Returns the name of a time zone during Standard Time.
(Overrides TimeZone.StandardName.) | |
| SupportsDst |
Returns whether a time zone supports Daylight Saving Time.
| |
| ToLocalTime(DateTime) |
Returns the local time that corresponds to a specified date and time value.
(Inherited from TimeZone.) | |
| ToString()()()() | (Inherited from Object.) | |
| ToUniversalTime(DateTime) |
Returns the Coordinated Universal Time (UTC) that corresponds to a specified time.
(Inherited from TimeZone.) |