|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiCalendarTimeZoneInfo
public final class MapiCalendarTimeZoneInfo
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 |
---|
public MapiCalendarTimeZoneInfo()
Method Detail |
---|
public int getTimeZoneFlags()
Gets or sets individual bit flags that specify information about this TimeZoneRule
public void setTimeZoneFlags(int value)
public int getYear()
Gets or sets the year in which this rule is scheduled to take effect.
public void setYear(int value)
public int getBias()
Gets or sets the time zone's offset in minutes from UTC.
public void setBias(int value)
public int getStandardBias()
Gets or sets the offset in minutes from lBias during standard time.
public void setStandardBias(int value)
public int getDaylightBias()
Gets or sets offset in minutes from lBias during daylight saving time.
public void setDaylightBias(int value)
public MapiCalendarTimeZoneRule getStandardDate()
Gets or sets the date and local time that indicate when to begin using the StandardBias.
public void setStandardDate(MapiCalendarTimeZoneRule value)
public MapiCalendarTimeZoneRule getDaylightDate()
Gets or sets the date and local time that indicate when to begin using the DaylightBias.
public void setDaylightDate(MapiCalendarTimeZoneRule value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |