CalendarValue

Contents
[ ]

Inheritance: java.lang.Object

public final class CalendarValue

Determines the calendar that is used for custom properties, text fields, and element formulas.

Fields

Field Description
ARABIC_HIJIRI Arabic hijiri.
ENGLISH_TRANSLITERATED English Transliterated.
FRENCH_TRANSLITERATED French Transliterated.
HEBREW_LUNAR Hebrew lunar.
JAPANESE_EMPEROR_REIGN Japanese Emperor Reign.
KOREAN_DANKI Korean Danki.
SAKA_ERA Saka Era.
TAIWAN_CALENDAR Taiwan calendar.
THAI_BUDDHIST Thai Buddhist.
UNDEFINED Undefined.
WESTERN Western.

Methods

Method Description
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ARABIC_HIJIRI

public static final int ARABIC_HIJIRI

Arabic hijiri.

ENGLISH_TRANSLITERATED

public static final int ENGLISH_TRANSLITERATED

English Transliterated.

FRENCH_TRANSLITERATED

public static final int FRENCH_TRANSLITERATED

French Transliterated.

HEBREW_LUNAR

public static final int HEBREW_LUNAR

Hebrew lunar.

JAPANESE_EMPEROR_REIGN

public static final int JAPANESE_EMPEROR_REIGN

Japanese Emperor Reign.

KOREAN_DANKI

public static final int KOREAN_DANKI

Korean Danki.

SAKA_ERA

public static final int SAKA_ERA

Saka Era.

TAIWAN_CALENDAR

public static final int TAIWAN_CALENDAR

Taiwan calendar.

THAI_BUDDHIST

public static final int THAI_BUDDHIST

Thai Buddhist.

UNDEFINED

public static final int UNDEFINED

Undefined.

WESTERN

public static final int WESTERN

Western.

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

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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