appliesTo abstract method

bool appliesTo(
  1. DateTime dateTime
)
  • dateTime date and time that should be used for rule verification.

Returns bool. true if the time domain rules applies to the given date and time., false - otherwise.

Implementation

bool appliesTo(DateTime dateTime);