Calendar
Contents
[
Hide
]Calendar class
Determines the calendar that is used for custom properties, text fields, and element formulas.
Constructors
| Name | Description |
|---|---|
| Calendar | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Value | int | Determines the calendar that is used for custom properties, text fields, and element formulas. The value of the property |
| Ufe | UnitFormulaErr | Specifies attributes of an element. |
Methods
| Name | Description |
|---|---|
| equals | Are objects equal. |
| hashCode | Serves as a hash function for a particular type. |
| deepClone | Creates deep copy of this instance. |
Calendar(value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| value | int | A 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.
| Parameter | Type | Description |
|---|---|---|
| value | Object |
hashCode()
Serves as a hash function for a particular type.
deepClone()
Creates deep copy of this instance.