MapiCalendarTimeZoneInfo Class

Represents the mapi calendar time zone rule
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiCalendarTimeZoneInfo

Namespace:  Aspose.Email.Mapi
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class MapiCalendarTimeZoneInfo

The MapiCalendarTimeZoneInfo type exposes the following members.

Constructors
  NameDescription
Public methodMapiCalendarTimeZoneInfo
Initializes a new instance of the MapiCalendarTimeZoneInfo class.
Properties
  NameDescription
Public propertyBias
Gets or sets the time zone's offset in minutes from UTC.
Public propertyDaylightBias
Gets or sets offset in minutes from lBias during daylight saving time.
Public propertyDaylightDate
Gets or sets the date and local time that indicate when to begin using the DaylightBias.
Public propertyStandardBias
Gets or sets the offset in minutes from lBias during standard time.
Public propertyStandardDate
Gets or sets the date and local time that indicate when to begin using the StandardBias.
Public propertyTimeZoneFlags
Gets or sets individual bit flags that specify information about this TimeZoneRule
Public propertyYear
Gets or sets the year in which this rule is scheduled to take effect.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also