com.aspose.email
Class MapiCalendarTimeZoneInfo

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

public final class MapiCalendarTimeZoneInfo
extends Object

Represents the mapi calendar time zone rule


Constructor Summary
MapiCalendarTimeZoneInfo()
           
 
Method Summary
 int getBias()
           Gets or sets the time zone's offset in minutes from UTC.
 int getDaylightBias()
           Gets or sets offset in minutes from lBias during daylight saving time.
 MapiCalendarTimeZoneRule getDaylightDate()
           Gets or sets the date and local time that indicate when to begin using the DaylightBias.
 int getStandardBias()
           Gets or sets the offset in minutes from lBias during standard time.
 MapiCalendarTimeZoneRule getStandardDate()
           Gets or sets the date and local time that indicate when to begin using the StandardBias.
 int getTimeZoneFlags()
           Gets or sets individual bit flags that specify information about this TimeZoneRule
 int getYear()
           Gets or sets the year in which this rule is scheduled to take effect.
 void setBias(int value)
           
 void setDaylightBias(int value)
           
 void setDaylightDate(MapiCalendarTimeZoneRule value)
           
 void setStandardBias(int value)
           
 void setStandardDate(MapiCalendarTimeZoneRule value)
           
 void setTimeZoneFlags(int value)
           
 void setYear(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiCalendarTimeZoneInfo

public MapiCalendarTimeZoneInfo()
Method Detail

getTimeZoneFlags

public int getTimeZoneFlags()

Gets or sets individual bit flags that specify information about this TimeZoneRule


setTimeZoneFlags

public void setTimeZoneFlags(int value)

getYear

public int getYear()

Gets or sets the year in which this rule is scheduled to take effect.


setYear

public void setYear(int value)

getBias

public int getBias()

Gets or sets the time zone's offset in minutes from UTC.


setBias

public void setBias(int value)

getStandardBias

public int getStandardBias()

Gets or sets the offset in minutes from lBias during standard time.


setStandardBias

public void setStandardBias(int value)

getDaylightBias

public int getDaylightBias()

Gets or sets offset in minutes from lBias during daylight saving time.


setDaylightBias

public void setDaylightBias(int value)

getStandardDate

public MapiCalendarTimeZoneRule getStandardDate()

Gets or sets the date and local time that indicate when to begin using the StandardBias.


setStandardDate

public void setStandardDate(MapiCalendarTimeZoneRule value)

getDaylightDate

public MapiCalendarTimeZoneRule getDaylightDate()

Gets or sets the date and local time that indicate when to begin using the DaylightBias.


setDaylightDate

public void setDaylightDate(MapiCalendarTimeZoneRule value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.