public final class MapiCalendarTimeZone extends Object
Represents the mapi calendar time zone information
Constructor and Description |
---|
MapiCalendarTimeZone()
Initializes a new instance of the
MapiCalendarTimeZone class. |
MapiCalendarTimeZone(String keyName)
Creates a new instance of the
MapiCalendarTimeZone class from a Standard Timezone. |
MapiCalendarTimeZone(String keyName,
Date startDate) |
MapiCalendarTimeZone(com.aspose.email.TimeZoneInfo timeZone)
Creates a new instance of the
MapiCalendarTimeZone class from a Standard Timezone. |
Modifier and Type | Method and Description |
---|---|
String |
getKeyName()
Gets or sets a human-readable description of the time zone
|
MapiCalendarTimeZoneInfoCollection |
getTimeZoneRules()
Gets or sets the time zone rules
|
void |
setKeyName(String value)
Gets or sets a human-readable description of the time zone
|
void |
setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)
Gets or sets the time zone rules
|
public MapiCalendarTimeZone()
Initializes a new instance of the MapiCalendarTimeZone
class.
public MapiCalendarTimeZone(com.aspose.email.TimeZoneInfo timeZone)
Creates a new instance of the MapiCalendarTimeZone
class from a Standard Timezone.
timeZone
- Standart Timezone##System
.public MapiCalendarTimeZone(String keyName)
Creates a new instance of the MapiCalendarTimeZone
class from a Standard Timezone.
keyName
- Timezone Key Name.public final String getKeyName()
Gets or sets a human-readable description of the time zone
public final void setKeyName(String value)
Gets or sets a human-readable description of the time zone
public final MapiCalendarTimeZoneInfoCollection getTimeZoneRules()
Gets or sets the time zone rules
public final void setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)
Gets or sets the time zone rules