CREATOR

object CREATOR : Parcelable.Creator<DateValidatorPointForward>

Functions

createFromParcel
Link copied to clipboard
open override fun createFromParcel(source: Parcel): DateValidatorPointForward
from
Link copied to clipboard
fun from(point: Long): DateValidatorPointForward
Returns a CalendarConstraints.DateValidator which enables days from point, in UTC milliseconds, forward.
newArray
Link copied to clipboard
open override fun newArray(size: Int): Array<DateValidatorPointForward?>
now
Link copied to clipboard
fun now(): DateValidatorPointForward
Returns a CalendarConstraints.DateValidator enabled from the current moment in device time forward.