layout: default title: DateTimePickerInput parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Widgets

DateTimePickerInput Class

The DateTimePickerInput class defines the desired user interface for editing date fields in a form.
ArcGIS Maps SDK for JavaScript

public class DateTimePickerInput : dymaptic.GeoBlazor.Core.Components.Widgets.FormInput

Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput 🡒 DateTimePickerInput

Properties

DateTimePickerInput.IncludeTime Property

Indicates if the input should provide an option to select the time. If not provided, the default value is false.

public System.Nullable<bool> IncludeTime { get; set; }

Property Value

System.Nullable<System.Boolean>

DateTimePickerInput.Max Property

The maximum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.

public System.Nullable<long> Max { get; set; }

Property Value

System.Nullable<System.Int64>

DateTimePickerInput.Min Property

The minimum date to allow. The number represents the number of milliseconds since epoch (January 1, 1970) in UTC.

public System.Nullable<long> Min { get; set; }

Property Value

System.Nullable<System.Int64>

DateTimePickerInput.Type Property

The type of form element input.

public override string Type { get; }

Property Value

System.String