MapiCalendarTimeZoneRule

Inheritance: java.lang.Object

public final class MapiCalendarTimeZoneRule

Represents time zone rule that indicate when to begin using the Standard/Daylight time.

Constructors

ConstructorDescription
MapiCalendarTimeZoneRule()Initializes a new instance of the MapiCalendarTimeZoneRule class.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueint

setHour(int value)

public final void setHour(int value)

Gets or sets the hour

Parameters:

ParameterTypeDescription
valueint

setMilliseconds(int value)

public final void setMilliseconds(int value)

Gets or sets the milliseconds

Parameters:

ParameterTypeDescription
valueint

setMinute(int value)

public final void setMinute(int value)

Gets or sets the minutes

Parameters:

ParameterTypeDescription
valueint

setMonth(int value)

public final void setMonth(int value)

Gets or sets the month

Parameters:

ParameterTypeDescription
valueint

setPosition(int value)

public final void setPosition(int value)

Gets or sets the day position

Parameters:

ParameterTypeDescription
valueint

setSeconds(int value)

public final void setSeconds(int value)

Gets or sets the seconds

Parameters:

ParameterTypeDescription
valueint

setYear(int value)

public final void setYear(int value)

Gets or sets the year

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int