MapiCalendarTimeZone

Inheritance: java.lang.Object

public final class MapiCalendarTimeZone

Represents the mapi calendar time zone information

Constructors

ConstructorDescription
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

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

ParameterTypeDescription
timeZonecom.aspose.email.TimeZoneInfoStandart Timezone{@link ##System}.

MapiCalendarTimeZone(String keyName)

public MapiCalendarTimeZone(String keyName)

Creates a new instance of the MapiCalendarTimeZone class from a Standard Timezone.

Parameters:

ParameterTypeDescription
keyNamejava.lang.StringTimezone Key Name.

MapiCalendarTimeZone(String keyName, Date startDate)

public MapiCalendarTimeZone(String keyName, Date startDate)

Parameters:

ParameterTypeDescription
keyNamejava.lang.String
startDatejava.util.Date

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

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:

ParameterTypeDescription
valuejava.lang.String

setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)

public final void setTimeZoneRules(MapiCalendarTimeZoneInfoCollection value)

Gets or sets the time zone rules

Parameters:

ParameterTypeDescription
valueMapiCalendarTimeZoneInfoCollection

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