TimeRangePicker
Installation
import { TimeRangePicker } from 'uxp/components';Signature
const TimeRangePicker: React.FunctionComponent<ITimeRangePickerProps>Examples
<TimeRangePicker
startTime={startDate}
endTime={endDate}
onChange={(s, e) => { setStartDate(s); setEndDate(e) }}
/>Properties
Name
Type
Mandatory
Default Value
Example Value
Related Types
Last updated