New-UDDateRangePicker
Creates a new date range picker
Synopsis
Syntax
New-UDDateRangePicker [[-Id] <String>] [-AutoFocus] [[-Calendars] <Int32>] [[-ClassName] <String>] [-CloseOnSelect] [[-CurrentMonthCalendarPositition] <Int32>] [[-DefaultRangePosition] <String>] [[-DesktopModeMediaQuery] <String>] [-Disabled] [-DisableDragEditing] [-DisableFuture] [-DisableHightlightToday] [-DisableOpenPicker] [-DisablePast] [-DisableWeekNumber] [[-Label] <String>] [[-MaxDate] <DateTime>] [[-MinDate] <DateTime>] [[-OnAccept] <Endpoint>] [[-OnChange] <Endpoint>] [[-OnClose] <Endpoint>] [[-OnError] <Endpoint>] [[-OnMonthChange] <Endpoint>] [[-OnOpen] <Endpoint>] [[-onRangePositionChange] <Endpoint>] [[-onSelectedSectionsChange] <Endpoint>] [[-RangePosition] <String>] [-ReduceAnimations] [[-DisabledDates] <DateTime[]>] [-showDaysOutsideCurrentMonth] [[-Sx] <Hashtable>] [[-Timezone] <String>] [[-Value] <DateTime[]>] [[-LocaleText] <Hashtable>] [[-Format] <String>] [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? 1
Default value [Guid]::NewGuid()
Accept pipeline input? false
Aliases
Accept wildcard characters? false
-AutoFocus [<SwitchParameter>]
Whether to autofocus this field.
Required? false
Position? named
Default value False
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Calendars
-ClassName
-CurrentMonthCalendarPositition
-DefaultRangePosition
-DesktopModeMediaQuery
-Label
-MaxDate
-MinDate
-OnAccept
-OnChange
-OnClose
-OnError
-OnMonthChange
-OnOpen
-onRangePositionChange
-onSelectedSectionsChange
-RangePosition
-DisabledDates <DateTime[]>
-Sx
-Timezone
-Value <DateTime[]>
-LocaleText
-Format
Outputs
Last updated
Was this helpful?