MapiCalendarTimeZone Class

Represents the mapi calendar time zone information
Inheritance Hierarchy
SystemObject
  Aspose.Email.MapiMapiCalendarTimeZone

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

The MapiCalendarTimeZone type exposes the following members.

Constructors
  NameDescription
Public methodMapiCalendarTimeZone
Initializes a new instance of the MapiCalendarTimeZone class.
Public methodMapiCalendarTimeZone(TimeZoneInfo)
Creates a new instance of the MapiCalendarTimeZone class from a Standard Timezone.
Properties
  NameDescription
Public propertyKeyName
Gets or sets a human-readable description of the time zone
Public propertyTimeZoneRules
Gets or sets the time zone rules
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also