Class RVDateRange

Class used to represent a date range for filtering.

Hierarchy

  • RVDateRange

Index

Constructors

Properties

Constructors

constructor

  • Creates a new date range with the specified values for From and To properties

    Parameters

    • Optional from: Date

      The beginning of the range

    • Optional to: Date

      The end of the range

    Returns RVDateRange

Properties

from

from: Date

The beginning of the range.

to

to: Date

The end of the range.