Html5DateRenderingMode Enum

Definition

Controls the value-rendering method For HTML5 input elements of types such as date, time, datetime and datetime-local.

public enum class Html5DateRenderingMode
public enum Html5DateRenderingMode
type Html5DateRenderingMode = 
Public Enum Html5DateRenderingMode
Inheritance
Html5DateRenderingMode

Fields

CurrentCulture 1

Render date and time values according to the current culture's ToString behavior.

Rfc3339 0

Render date and time values as Rfc3339 compliant strings to support HTML5 date and time types of input elements.

Applies to