public final class MapiCalendarTimeZoneRule extends Object
Represents time zone rule that indicate when to begin using the Standard/Daylight time.
Constructor and Description |
---|
MapiCalendarTimeZoneRule()
Initializes a new instance of the
MapiCalendarTimeZoneRule class. |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets the date and time that indicate when to begin using the Standard/Daylight time.
|
int |
getDayOfWeek()
Gets or sets the day of week
|
int |
getHour()
Gets or sets the hour
|
int |
getMilliseconds()
Gets or sets the milliseconds
|
int |
getMinute()
Gets or sets the minutes
|
int |
getMonth()
Gets or sets the month
|
int |
getPosition()
Gets or sets the day position
|
int |
getSeconds()
Gets or sets the seconds
|
int |
getYear()
Gets or sets the year
|
void |
setDayOfWeek(int value)
Gets or sets the day of week
|
void |
setHour(int value)
Gets or sets the hour
|
void |
setMilliseconds(int value)
Gets or sets the milliseconds
|
void |
setMinute(int value)
Gets or sets the minutes
|
void |
setMonth(int value)
Gets or sets the month
|
void |
setPosition(int value)
Gets or sets the day position
|
void |
setSeconds(int value)
Gets or sets the seconds
|
void |
setYear(int value)
Gets or sets the year
|
public MapiCalendarTimeZoneRule()
Initializes a new instance of the MapiCalendarTimeZoneRule
class.
public final int getYear()
Gets or sets the year
public final void setYear(int value)
Gets or sets the year
public final int getMonth()
Gets or sets the month
public final void setMonth(int value)
Gets or sets the month
public final int getDayOfWeek()
Gets or sets the day of week
public final void setDayOfWeek(int value)
Gets or sets the day of week
public final int getPosition()
Gets or sets the day position
public final void setPosition(int value)
Gets or sets the day position
public final int getHour()
Gets or sets the hour
public final void setHour(int value)
Gets or sets the hour
public final int getMinute()
Gets or sets the minutes
public final void setMinute(int value)
Gets or sets the minutes
public final int getSeconds()
Gets or sets the seconds
public final void setSeconds(int value)
Gets or sets the seconds
public final int getMilliseconds()
Gets or sets the milliseconds
public final void setMilliseconds(int value)
Gets or sets the milliseconds
public final Date getDate()
Gets the date and time that indicate when to begin using the Standard/Daylight time.