com.aspose.email
Class MapiCalendarTimeZone

java.lang.Object
  extended by com.aspose.email.MapiCalendarTimeZone

public final class MapiCalendarTimeZone
extends Object

Represents the mapi calendar time zone information


Constructor Summary
MapiCalendarTimeZone()
           
 
Method Summary
 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)
           
 void setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiCalendarTimeZone

public MapiCalendarTimeZone()
Method Detail

getKeyName

public String getKeyName()

Gets or sets a human-readable description of the time zone


setKeyName

public void setKeyName(String value)

getTimeZoneRules

public MapiCalendarTimeZoneInfoCollection getTimeZoneRules()

Gets or sets the time zone rules


setTimeZoneRules

public void setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.