InputDateType Enum

Definition

Represents the type of HTML input to be rendered by a InputDate<TValue> component.

public enum InputDateType
type InputDateType = 
Public Enum InputDateType
Inheritance
InputDateType

Fields

Date 0

Lets the user enter a date.

DateTimeLocal 1

Lets the user enter both a date and a time.

Month 2

Lets the user enter a month and a year.

Time 3

Lets the user enter a time.

Applies to