ow
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Predicate<Date>
    • DatePredicate

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

not

not:

Invert the following validators.

Methods

after

  • after(date: Date): this
  • Test a date to be before another date.

    Parameters

    • date: Date

      Minimum value.

    Returns this

before

  • before(date: Date): this
  • Test a date to be before another date.

    Parameters

    • date: Date

      Maximum value.

    Returns this