MapiCalendarTimeZone
Contents
[
Hide
]Inheritance: java.lang.Object
public final class MapiCalendarTimeZone
Represents the mapi calendar time zone information
Constructors
Constructor | Description |
---|---|
MapiCalendarTimeZone() | Initializes a new instance of the MapiCalendarTimeZone class. |
MapiCalendarTimeZone(TimeZoneInfo timeZone) | Creates a new instance of the MapiCalendarTimeZone class from a Standard Timezone. |
MapiCalendarTimeZone(String keyName) | Creates a new instance of the MapiCalendarTimeZone class from a Standard Timezone. |
MapiCalendarTimeZone(String keyName, Date startDate) |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getKeyName() | Gets or sets a human-readable description of the time zone |
getTimeZoneRules() | Gets or sets the time zone rules |
hashCode() | |
notify() | |
notifyAll() | |
setKeyName(String value) | Gets or sets a human-readable description of the time zone |
setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value) | Gets or sets the time zone rules |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiCalendarTimeZone()
public MapiCalendarTimeZone()
Initializes a new instance of the MapiCalendarTimeZone class.
MapiCalendarTimeZone(TimeZoneInfo timeZone)
public MapiCalendarTimeZone(TimeZoneInfo timeZone)
Creates a new instance of the MapiCalendarTimeZone class from a Standard Timezone.
Parameters:
Parameter | Type | Description |
---|---|---|
timeZone | com.aspose.email.TimeZoneInfo | Standart Timezone{@link ##System}. |
MapiCalendarTimeZone(String keyName)
public MapiCalendarTimeZone(String keyName)
Creates a new instance of the MapiCalendarTimeZone class from a Standard Timezone.
Parameters:
Parameter | Type | Description |
---|---|---|
keyName | java.lang.String | Timezone Key Name. |
MapiCalendarTimeZone(String keyName, Date startDate)
public MapiCalendarTimeZone(String keyName, Date startDate)
Parameters:
Parameter | Type | Description |
---|---|---|
keyName | java.lang.String | |
startDate | java.util.Date |
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
getKeyName()
public final String getKeyName()
Gets or sets a human-readable description of the time zone
Returns: java.lang.String
getTimeZoneRules()
public final MapiCalendarTimeZoneInfoCollection getTimeZoneRules()
Gets or sets the time zone rules
Returns: MapiCalendarTimeZoneInfoCollection
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setKeyName(String value)
public final void setKeyName(String value)
Gets or sets a human-readable description of the time zone
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)
public final void setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)
Gets or sets the time zone rules
Parameters:
Parameter | Type | Description |
---|---|---|
value | MapiCalendarTimeZoneInfoCollection |
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 |