Html5DateRenderingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Rfc3339 | 0 | Render date and time values as Rfc3339 compliant strings to support HTML5 date and time types of input elements. |
CurrentCulture | 1 | Render date and time values according to the current culture's ToString behavior. |