Calendar

Calendar class

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

Constructors

NameDescription
CalendarConstructor.

Properties

NameTypeDescription
ValueintDetermines the calendar that is used for custom properties, text fields, and element formulas. The value of the property
UfeUnitFormulaErrSpecifies attributes of an element.

Methods

NameDescription
equalsAre objects equal.
hashCodeServes as a hash function for a particular type.
deepCloneCreates deep copy of this instance.

Calendar(value)

Constructor.

ParameterTypeDescription
valueintA CalendarValue value.

Calendar.Value property

Determines the calendar that is used for custom properties, text fields, and element formulas. The value of the property is CalendarValue integer constant.

Type: int

Calendar.Ufe property

Specifies attributes of an element.

Type: UnitFormulaErr

equals(value)

Are objects equal.

ParameterTypeDescription
valueObject

hashCode()

Serves as a hash function for a particular type.

deepClone()

Creates deep copy of this instance.