CalendarValue

Inheritance: java.lang.Object

public final class CalendarValue

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

Fields

FieldDescription
ARABIC_HIJIRIArabic hijiri.
ENGLISH_TRANSLITERATEDEnglish Transliterated.
FRENCH_TRANSLITERATEDFrench Transliterated.
HEBREW_LUNARHebrew lunar.
JAPANESE_EMPEROR_REIGNJapanese Emperor Reign.
KOREAN_DANKIKorean Danki.
SAKA_ERASaka Era.
TAIWAN_CALENDARTaiwan calendar.
THAI_BUDDHISTThai Buddhist.
UNDEFINEDUndefined.
WESTERNWestern.

Methods

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

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int