DateValidatorPointForward

A CalendarConstraints.DateValidator that enables dates from a given point forward. Defaults to the current moment in device time forward using now, but can be set to any point, as UTC milliseconds, using from.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Returns a CalendarConstraints.DateValidator which enables days from point, in UTC milliseconds, forward.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isValid(date: Long): Boolean
Returns true if the provided date is enabled.
Link copied to clipboard
Returns a CalendarConstraints.DateValidator enabled from the current moment in device time forward.
Link copied to clipboard
open fun writeToParcel(@NonNull dest: Parcel, flags: Int)