public final class MapiCalendarTimeZoneInfo extends Object
Represents the mapi calendar time zone rule
Constructor and Description |
---|
MapiCalendarTimeZoneInfo()
Initializes a new instance of the
MapiCalendarTimeZoneInfo class. |
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)
Gets or sets the time zone's offset in minutes from UTC.
|
void |
setDaylightBias(int value)
Gets or sets offset in minutes from lBias during daylight saving time.
|
void |
setDaylightDate(MapiCalendarTimeZoneRule value)
Gets or sets the date and local time that indicate when to begin using the DaylightBias.
|
void |
setStandardBias(int value)
Gets or sets the offset in minutes from lBias during standard time.
|
void |
setStandardDate(MapiCalendarTimeZoneRule value)
Gets or sets the date and local time that indicate when to begin using the StandardBias.
|
void |
setTimeZoneFlags(int value)
Gets or sets individual bit flags that specify information about this TimeZoneRule
|
void |
setYear(int value)
Gets or sets the year in which this rule is scheduled to take effect.
|
public MapiCalendarTimeZoneInfo()
Initializes a new instance of the MapiCalendarTimeZoneInfo
class.
public int getTimeZoneFlags()
Gets or sets individual bit flags that specify information about this TimeZoneRule
public void setTimeZoneFlags(int value)
Gets or sets individual bit flags that specify information about this TimeZoneRule
public int getYear()
Gets or sets the year in which this rule is scheduled to take effect.
public void setYear(int value)
Gets or sets the year in which this rule is scheduled to take effect.
public int getBias()
Gets or sets the time zone's offset in minutes from UTC.
public void setBias(int value)
Gets or sets the time zone's offset in minutes from UTC.
public int getStandardBias()
Gets or sets the offset in minutes from lBias during standard time.
public void setStandardBias(int value)
Gets or sets the offset in minutes from lBias during standard time.
public int getDaylightBias()
Gets or sets offset in minutes from lBias during daylight saving time.
public void setDaylightBias(int value)
Gets or sets offset in minutes from lBias during daylight saving time.
public MapiCalendarTimeZoneRule getStandardDate()
Gets or sets the date and local time that indicate when to begin using the StandardBias.
public void setStandardDate(MapiCalendarTimeZoneRule value)
Gets or sets the date and local time that indicate when to begin using the StandardBias.
public MapiCalendarTimeZoneRule getDaylightDate()
Gets or sets the date and local time that indicate when to begin using the DaylightBias.
public void setDaylightDate(MapiCalendarTimeZoneRule value)
Gets or sets the date and local time that indicate when to begin using the DaylightBias.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.