PocketOutlook 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()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| 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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (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 coordinated universal time (UTC). (Inherited from TimeZone.) | |
| ToString()()() | (Inherited from Object.) | |
| ToUniversalTime(DateTime) | Returns the coordinated universal time (UTC) that corresponds to a specified local time. (Inherited from TimeZone.) |