public class FieldCreateDate extends Field
To learn more, visit the Working with Fields documentation article.
Remarks:
Retrieves the date and time at which the document was created. By default, the Gregorian calendar is used.
| Modifier and Type | Method and Description |
|---|---|
int |
getSwitchType(java.lang.String switchName) |
boolean |
getUseLunarCalendar()
Gets whether to use the Hijri Lunar or Hebrew Lunar calendar.
|
boolean |
getUseSakaEraCalendar()
Gets whether to use the Saka Era calendar.
|
boolean |
getUseUmAlQuraCalendar()
Gets whether to use the Um-al-Qura calendar.
|
void |
setUseLunarCalendar(boolean value)
Sets whether to use the Hijri Lunar or Hebrew Lunar calendar.
|
void |
setUseSakaEraCalendar(boolean value)
Sets whether to use the Saka Era calendar.
|
void |
setUseUmAlQuraCalendar(boolean value)
Sets whether to use the Um-al-Qura calendar.
|
getDisplayResult, getEnd, getFieldCode, getFieldCode, getFormat, getLocaleId, getResult, getSeparator, getStart, getType, isDirty, isDirty, isLocked, isLocked, needStoreOldResultNodes, remove, setLocaleId, setResult, unlink, update, updatepublic boolean getUseLunarCalendar()
public void setUseLunarCalendar(boolean value)
throws java.lang.Exception
value - Whether to use the Hijri Lunar or Hebrew Lunar calendar.java.lang.Exceptionpublic boolean getUseSakaEraCalendar()
public void setUseSakaEraCalendar(boolean value)
throws java.lang.Exception
value - Whether to use the Saka Era calendar.java.lang.Exceptionpublic boolean getUseUmAlQuraCalendar()
public void setUseUmAlQuraCalendar(boolean value)
throws java.lang.Exception
value - Whether to use the Um-al-Qura calendar.java.lang.Exceptionpublic int getSwitchType(java.lang.String switchName)