|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiCalendarTimeZoneRule
public final class MapiCalendarTimeZoneRule
Represents time zone rule that indicate when to begin using the Standard/Daylight time.
Constructor Summary | |
---|---|
MapiCalendarTimeZoneRule()
|
Method Summary | |
---|---|
Date |
getDate()
|
int |
getDayOfWeek()
Gets or sets the day of week |
int |
getDayPosition()
Gets or sets the day position |
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 |
getSeconds()
Gets or sets the seconds |
int |
getYear()
Gets or sets the year |
void |
setDayOfWeek(int value)
|
void |
setDayPosition(int value)
|
void |
setHour(int value)
|
void |
setMilliseconds(int value)
|
void |
setMinute(int value)
|
void |
setMonth(int value)
|
void |
setSeconds(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 MapiCalendarTimeZoneRule()
Method Detail |
---|
public int getYear()
Gets or sets the year
public void setYear(int value)
public int getMonth()
Gets or sets the month
public void setMonth(int value)
public int getDayOfWeek()
Gets or sets the day of week
public void setDayOfWeek(int value)
public int getDayPosition()
Gets or sets the day position
public void setDayPosition(int value)
public int getHour()
Gets or sets the hour
public void setHour(int value)
public int getMinute()
Gets or sets the minutes
public void setMinute(int value)
public int getSeconds()
Gets or sets the seconds
public void setSeconds(int value)
public int getMilliseconds()
Gets or sets the milliseconds
public void setMilliseconds(int value)
public Date getDate()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |