API Docs for:
Show:

flexiciousNmsp.DateRange Class

Given a date range, sets the startDate and endDate values to the appropraite values.

Constructor

flexiciousNmsp.DateRange

(
  • dateRangeType
  • startDate
  • endDate
)

Parameters:

  • dateRangeType Object

    One of the DATE_RANGE constants

  • startDate Object

    Start Date of the custom date range. Only required where dateRangeType=DateRange.DATE_RANGE_CUSTOM

  • endDate Object

    End Date of the custom date range. Only required where dateRangeType=DateRange.DATE_RANGE_CUSTOM

Item Index