selected abstract method

bool selected(
  1. DateTime date
)

Returns true if the given date is selected.

date should always in UTC timezone and truncated to the nearest day.

Implementation

bool selected(DateTime date);