MapiCalendarTimeZoneInfo
Inheritance: java.lang.Object
public final class MapiCalendarTimeZoneInfo
Represents the mapi calendar time zone rule
Constructors
Constructor | Description |
---|---|
MapiCalendarTimeZoneInfo() | Initializes a new instance of the MapiCalendarTimeZoneInfo class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setDaylightBias(int value)
public final void setDaylightBias(int value)
Gets or sets offset in minutes from lBias during daylight saving time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | MapiCalendarTimeZoneRule |
setStandardBias(int value)
public final void setStandardBias(int value)
Gets or sets the offset in minutes from lBias during standard time.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | MapiCalendarTimeZoneRule |
setTimeZoneFlags(int value)
public final void setTimeZoneFlags(int value)
Gets or sets individual bit flags that specify information about this TimeZoneRule
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setYear(int value)
public final void setYear(int value)
Gets or sets the year in which this rule is scheduled to take effect.
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 |