ISODateProperty
is a caplin.presenter.property.WritableProperty,
representing an ISO date
Attributes | Name and Description |
---|---|
|
caplin.presenter.property.ISODateProperty( vValue)
Constructs a new |
Attributes | Name and Description |
---|---|
|
Date
getDateValue()
Gets the date object that is property represents |
|
void
setValue(Variant vValue)
Sets the value of the date |
►
caplin.presenter.property.ISODateProperty( vValue)
Constructs a new ISODateProperty
instance.
vValue | (optional) A valid ISO Date string (YYYY-MM-DD) or a native Date object |
►
Date
getDateValue()
Gets the date object that is property represents
►
void
setValue(Variant vValue)
Sets the value of the date
Variant | vValue | The new date value (A valid ISO Date string (YYYY-MM-DD) or a native Date object) |