MapiCalendarTimeZoneInfo

Inheritance: java.lang.Object

public final class MapiCalendarTimeZoneInfo

Represents the mapi calendar time zone rule

Constructors

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

Methods

MethodDescription
equals(Object arg0)
getBias()Gets or sets the time zone’s offset in minutes from UTC.
getClass()
getDaylightBias()Gets or sets offset in minutes from lBias during daylight saving time.
getDaylightDate()Gets or sets the date and local time that indicate when to begin using the DaylightBias.
getStandardBias()Gets or sets the offset in minutes from lBias during standard time.
getStandardDate()Gets or sets the date and local time that indicate when to begin using the StandardBias.
getTimeZoneFlags()Gets or sets individual bit flags that specify information about this TimeZoneRule
getYear()Gets or sets the year in which this rule is scheduled to take effect.
hashCode()
notify()
notifyAll()
setBias(int value)Gets or sets the time zone’s offset in minutes from UTC.
setDaylightBias(int value)Gets or sets offset in minutes from lBias during daylight saving time.
setDaylightDate(MapiCalendarTimeZoneRule value)Gets or sets the date and local time that indicate when to begin using the DaylightBias.
setStandardBias(int value)Gets or sets the offset in minutes from lBias during standard time.
setStandardDate(MapiCalendarTimeZoneRule value)Gets or sets the date and local time that indicate when to begin using the StandardBias.
setTimeZoneFlags(int value)Gets or sets individual bit flags that specify information about this TimeZoneRule
setYear(int value)Gets or sets the year in which this rule is scheduled to take effect.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiCalendarTimeZoneInfo()

public MapiCalendarTimeZoneInfo()

Initializes a new instance of the MapiCalendarTimeZoneInfo class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBias()

public final int getBias()

Gets or sets the time zone’s offset in minutes from UTC.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDaylightBias()

public final int getDaylightBias()

Gets or sets offset in minutes from lBias during daylight saving time.

Returns: int

getDaylightDate()

public final MapiCalendarTimeZoneRule getDaylightDate()

Gets or sets the date and local time that indicate when to begin using the DaylightBias.

Returns: MapiCalendarTimeZoneRule

getStandardBias()

public final int getStandardBias()

Gets or sets the offset in minutes from lBias during standard time.

Returns: int

getStandardDate()

public final MapiCalendarTimeZoneRule getStandardDate()

Gets or sets the date and local time that indicate when to begin using the StandardBias.

Returns: MapiCalendarTimeZoneRule

getTimeZoneFlags()

public final int getTimeZoneFlags()

Gets or sets individual bit flags that specify information about this TimeZoneRule

Returns: int

getYear()

public final int getYear()

Gets or sets the year in which this rule is scheduled to take effect.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBias(int value)

public final void setBias(int value)

Gets or sets the time zone’s offset in minutes from UTC.

Parameters:

ParameterTypeDescription
valueint

setDaylightBias(int value)

public final void setDaylightBias(int value)

Gets or sets offset in minutes from lBias during daylight saving time.

Parameters:

ParameterTypeDescription
valueint

setDaylightDate(MapiCalendarTimeZoneRule value)

public final void setDaylightDate(MapiCalendarTimeZoneRule value)

Gets or sets the date and local time that indicate when to begin using the DaylightBias.

Parameters:

ParameterTypeDescription
valueMapiCalendarTimeZoneRule

setStandardBias(int value)

public final void setStandardBias(int value)

Gets or sets the offset in minutes from lBias during standard time.

Parameters:

ParameterTypeDescription
valueint

setStandardDate(MapiCalendarTimeZoneRule value)

public final void setStandardDate(MapiCalendarTimeZoneRule value)

Gets or sets the date and local time that indicate when to begin using the StandardBias.

Parameters:

ParameterTypeDescription
valueMapiCalendarTimeZoneRule

setTimeZoneFlags(int value)

public final void setTimeZoneFlags(int value)

Gets or sets individual bit flags that specify information about this TimeZoneRule

Parameters:

ParameterTypeDescription
valueint

setYear(int value)

public final void setYear(int value)

Gets or sets the year in which this rule is scheduled to take effect.

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