Interface: IDateRangeProxy¶
A designer-facing interface that provides access a date range.
It is passed to rules to provide access to a date range for application specific customizations.
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Currently none in this class.
Inherited Methods¶
Currently none inherited from the parent class(es).
Properties¶
endDate¶
▸ endDate: any
Sets the end date of a date range. Accepted inputs: date string in "yyyy-MM-dd" or "yyyy-MM-ddThh:mm:ss" format, or JavaScript Date Object.
Gets the end date of a date range as Date object.
Returns: End date of a date range
startDate¶
▸ startDate: any
Sets the start date of a date range. Accepted inputs: date string in "yyyy-MM-dd" or "yyyy-MM-ddThh:mm:ss" format, or JavaScript Date Object.
Gets the start date of a date range as Date object.
Returns: Start date of a date range