public final class MapiCalendarTimeZoneInfo extends Object
Represents the mapi calendar time zone rule
Constructor and Description |
---|
MapiCalendarTimeZoneInfo() |
Modifier and Type | Method and Description |
---|---|
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) |
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)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.