contains abstract method

bool contains(
  1. DateTime date
)

Returns true if the given date is selected.

Implementation

bool contains(DateTime date);