clearValue
clearValue: (options?: { focus?: boolean }) => void
disabled
disabled: boolean
focusedValueAsDate
focusedValueAsDate: Date
focusedValueAsString
focusedValueAsString: string
focusMonth
focusMonth: (month: number) => void
focusYear
focusYear: (year: number) => void
format: (value: DateValue, opts?: DateTimeFormatOptions) => string getClearTriggerProps
getClearTriggerProps: () => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getContentProps
getContentProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getControlProps
getControlProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getDayTableCellProps
getDayTableCellProps: (
props: DayTableCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getDayTableCellState
getDayTableCellState: (props: DayTableCellProps) => DayTableCellState
getDayTableCellTriggerProps
getDayTableCellTriggerProps: (
props: DayTableCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getDecade
getDecade: () => Range<number | undefined>
getInputProps: (
props?: InputProps,
) => WithoutRef<
DetailedHTMLProps<
InputHTMLAttributes<HTMLInputElement>,
HTMLInputElement,
>,
>
getLabelProps
getLabelProps: (
props?: LabelProps,
) => WithoutRef<
DetailedHTMLProps<
LabelHTMLAttributes<HTMLLabelElement>,
HTMLLabelElement,
>,
>
getMonths
getMonths: (props?: MonthFormatOptions) => Cell[]
getMonthSelectProps
getMonthSelectProps: () => WithoutRef<
DetailedHTMLProps<
SelectHTMLAttributes<HTMLSelectElement>,
HTMLSelectElement,
>,
>
getMonthsGrid
getMonthsGrid: (props?: MonthGridProps) => MonthGridValue
getMonthTableCellProps
getMonthTableCellProps: (
props: TableCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getMonthTableCellState
getMonthTableCellState: (props: TableCellProps) => TableCellState
getMonthTableCellTriggerProps
getMonthTableCellTriggerProps: (
props: TableCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getNextTriggerProps
getNextTriggerProps: (
props?: ViewProps,
) => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getOffset
getOffset: (duration: DateDuration) => DateValueOffset
getPositionerProps
getPositionerProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getPresetTriggerProps
getPresetTriggerProps: (
props: PresetTriggerProps,
) => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getPrevTriggerProps
getPrevTriggerProps: (
props?: ViewProps,
) => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getRangeTextProps
getRangeTextProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getRootProps
getRootProps: () => WithoutRef<HTMLAttributes<HTMLElement>>
getTableBodyProps
getTableBodyProps: (
props?: TableProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getTableHeaderProps: (
props?: TableProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getTableHeadProps
getTableHeadProps: (
props?: TableProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getTableProps
getTableProps: (props?: TableProps) => WithoutRef<HTMLAttributes<HTMLElement>>
getTableRowProps
getTableRowProps: (
props?: TableProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getTriggerProps
getTriggerProps: () => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getViewControlProps
getViewControlProps: (
props?: ViewProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getViewProps
getViewProps: (props?: ViewProps) => WithoutRef<HTMLAttributes<HTMLElement>>
getViewTriggerProps
getViewTriggerProps: (
props?: ViewProps,
) => WithoutRef<
DetailedHTMLProps<
ButtonHTMLAttributes<HTMLButtonElement>,
HTMLButtonElement,
>,
>
getWeekNumberCellProps
getWeekNumberCellProps: (
props: WeekNumberCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getWeekNumberHeaderCellProps: (
props?: TableProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getYears
getYears: () => Cell[]
getYearSelectProps
getYearSelectProps: () => WithoutRef<
DetailedHTMLProps<
SelectHTMLAttributes<HTMLSelectElement>,
HTMLSelectElement,
>,
>
getYearsGrid
getYearsGrid: (props?: YearGridProps) => YearGridValue
getYearTableCellProps
getYearTableCellProps: (
props: TableCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
getYearTableCellState
getYearTableCellState: (props: TableCellProps) => TableCellState
getYearTableCellTriggerProps
getYearTableCellTriggerProps: (
props: TableCellProps,
) => WithoutRef<HTMLAttributes<HTMLElement>>
goToNext
goToNext: VoidFunction
goToPrev
goToPrev: VoidFunction
isMaxSelected
isMaxSelected: boolean
maxSelectedDates
maxSelectedDates: number | undefined
numOfMonths
numOfMonths: number
readOnly
readOnly: boolean
selectToday
selectToday: VoidFunction
setOpen
setOpen: (open: boolean) => void
setTime
setTime: (time: Time, index?: number) => void
showWeekNumbers
showWeekNumbers: boolean
valueAsDate
valueAsDate: Date[]
valueAsString
valueAsString: string[]
visibleRange
visibleRange: VisibleRange
visibleRangeText
visibleRangeText: VisibleRangeText
weekDays
weekDays: WeekDay[]
Clears the selected date(s).