Predicate.hour constructor

Predicate.hour(
  1. PredicatePath path,
  2. int hour
)

Hour

Implementation

factory Predicate.hour(PredicatePath path, int hour) = DateHourPredicate;