Skip to content

Class: DateRangeProxy

Hierarchy

  • DateRangeProxy

Implements

Summary

Constructors

Properties

Class Properties

Inherited Properties

Currently none inherited from the parent class(es).

Accessors

Class Accessors

Inherited Accessors

Currently none inherited from the parent class(es).

Constructors

constructor

+ new DateRangeProxy(dateRange: any): DateRangeProxy

Parameters:

Name Type
dateRange any

Returns: DateRangeProxy

Properties

Protected _dateRange

_dateRange: any


Protected _endDate

_endDate: Date = new Date()


Protected _startDate

_startDate: Date = new Date()

Accessors

dateRange

dateRange:


endDate

endDate:

Implementation of IDateRangeProxy.endDate


startDate

startDate:

Implementation of IDateRangeProxy.startDate