public final class MapiCalendarTimeZone extends Object
Represents the mapi calendar time zone information
Constructor and Description |
---|
MapiCalendarTimeZone()
Initializes a new instance of the
Aspose.Email.Outlook.MapiCalendarTimeZone class. |
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 Aspose.Email.Outlook.MapiCalendarTimeZone
class.
public String getKeyName()
Gets or sets a human-readable description of the time zone
String
object.public void setKeyName(String value)
Gets or sets a human-readable description of the time zone
value
- a String
object.public MapiCalendarTimeZoneInfoCollection getTimeZoneRules()
Gets or sets the time zone rules
MapiCalendarTimeZoneInfoCollection
object.public void setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)
Gets or sets the time zone rules
value
- a MapiCalendarTimeZoneInfoCollection
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.