TimeOfDayValidationExtension<T> extension

on

Methods

isAfter(TimeOfDay other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is after other
isAfterFn(ValueGetter<TimeOfDay> other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is after other
isAfterOrEqual(TimeOfDay other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is after other or at the same moment
isAfterOrEqualFn(ValueGetter<TimeOfDay> other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is after other or at the same moment
isBefore(TimeOfDay other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is before other
isBeforeFn(ValueGetter<TimeOfDay> other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is before other
isBeforeOrEqual(TimeOfDay other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is before other or at the same moment
isBeforeOrEqualFn(ValueGetter<TimeOfDay> other, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is before other or at the same moment
isBetween(TimeOfDay min, TimeOfDay max, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is between min and max
isBetweenFn(ValueGetter<TimeOfDay> min, ValueGetter<TimeOfDay> max, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is between min and max
isBetweenOrEqual(TimeOfDay min, TimeOfDay max, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is between min and max or equal any of them
isBetweenOrEqualFn(ValueGetter<TimeOfDay> min, ValueGetter<TimeOfDay> max, [MessageCallBack<TimeOfDay>? message]) FieldValidator<T, TimeOfDay>
check if the value is between min and max or equal any of them