MapiCalendarTimeZoneRule
Inheritance: java.lang.Object
public final class MapiCalendarTimeZoneRule
Represents time zone rule that indicate when to begin using the Standard/Daylight time.
Constructors
Constructor | Description |
---|---|
MapiCalendarTimeZoneRule() | Initializes a new instance of the MapiCalendarTimeZoneRule class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getDate() | Gets the date and time that indicate when to begin using the Standard/Daylight time. |
getDayOfWeek() | Gets or sets the day of week |
getHour() | Gets or sets the hour |
getMilliseconds() | Gets or sets the milliseconds |
getMinute() | Gets or sets the minutes |
getMonth() | Gets or sets the month |
getPosition() | Gets or sets the day position |
getSeconds() | Gets or sets the seconds |
getYear() | Gets or sets the year |
hashCode() | |
notify() | |
notifyAll() | |
setDayOfWeek(int value) | Gets or sets the day of week |
setHour(int value) | Gets or sets the hour |
setMilliseconds(int value) | Gets or sets the milliseconds |
setMinute(int value) | Gets or sets the minutes |
setMonth(int value) | Gets or sets the month |
setPosition(int value) | Gets or sets the day position |
setSeconds(int value) | Gets or sets the seconds |
setYear(int value) | Gets or sets the year |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiCalendarTimeZoneRule()
public MapiCalendarTimeZoneRule()
Initializes a new instance of the MapiCalendarTimeZoneRule class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDate()
public final Date getDate()
Gets the date and time that indicate when to begin using the Standard/Daylight time.
Returns: java.util.Date
getDayOfWeek()
public final int getDayOfWeek()
Gets or sets the day of week
Returns: int
getHour()
public final int getHour()
Gets or sets the hour
Returns: int
getMilliseconds()
public final int getMilliseconds()
Gets or sets the milliseconds
Returns: int
getMinute()
public final int getMinute()
Gets or sets the minutes
Returns: int
getMonth()
public final int getMonth()
Gets or sets the month
Returns: int
getPosition()
public final int getPosition()
Gets or sets the day position
Returns: int
getSeconds()
public final int getSeconds()
Gets or sets the seconds
Returns: int
getYear()
public final int getYear()
Gets or sets the year
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDayOfWeek(int value)
public final void setDayOfWeek(int value)
Gets or sets the day of week
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setHour(int value)
public final void setHour(int value)
Gets or sets the hour
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMilliseconds(int value)
public final void setMilliseconds(int value)
Gets or sets the milliseconds
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMinute(int value)
public final void setMinute(int value)
Gets or sets the minutes
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setMonth(int value)
public final void setMonth(int value)
Gets or sets the month
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setPosition(int value)
public final void setPosition(int value)
Gets or sets the day position
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSeconds(int value)
public final void setSeconds(int value)
Gets or sets the seconds
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setYear(int value)
public final void setYear(int value)
Gets or sets the year
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |