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 final int getTimeZoneFlags()
Gets or sets individual bit flags that specify information about this TimeZoneRule
public final void setTimeZoneFlags(int value)
Gets or sets individual bit flags that specify information about this TimeZoneRule
public final int getYear()
Gets or sets the year in which this rule is scheduled to take effect.
public final void setYear(int value)
Gets or sets the year in which this rule is scheduled to take effect.
public final int getBias()
Gets or sets the time zone's offset in minutes from UTC.
public final void setBias(int value)
Gets or sets the time zone's offset in minutes from UTC.
public final int getStandardBias()
Gets or sets the offset in minutes from lBias during standard time.
public final void setStandardBias(int value)
Gets or sets the offset in minutes from lBias during standard time.
public final int getDaylightBias()
Gets or sets offset in minutes from lBias during daylight saving time.
public final void setDaylightBias(int value)
Gets or sets offset in minutes from lBias during daylight saving time.
public final MapiCalendarTimeZoneRule getStandardDate()
Gets or sets the date and local time that indicate when to begin using the StandardBias.
public final void setStandardDate(MapiCalendarTimeZoneRule value)
Gets or sets the date and local time that indicate when to begin using the StandardBias.
public final MapiCalendarTimeZoneRule getDaylightDate()
Gets or sets the date and local time that indicate when to begin using the DaylightBias.
public final void setDaylightDate(MapiCalendarTimeZoneRule value)
Gets or sets the date and local time that indicate when to begin using the DaylightBias.