Class
caplin.presenter.property

ISODateProperty

ISODateProperty is a caplin.presenter.property.WritableProperty, representing an ISO date

Constructor Summary

Attributes Name and Description
caplin.presenter.property.ISODateProperty( vValue)

Constructs a new ISODateProperty instance.

Method Summary

Attributes Name and Description
Date getDateValue()

Gets the date object that is property represents

void setValue(Variant vValue)

Sets the value of the date

Constructor Detail

caplin.presenter.property.ISODateProperty( vValue)

Constructs a new ISODateProperty instance.

Parameters
vValue (optional) A valid ISO Date string (YYYY-MM-DD) or a native Date object

Method Detail

Date getDateValue()

Gets the date object that is property represents

void setValue(Variant vValue)

Sets the value of the date

Parameters
Variant vValue The new date value (A valid ISO Date string (YYYY-MM-DD) or a native Date object)