Min Property (InputTime<T>)
In This Topic
Gets or sets the earliest time that the user can enter.
Syntax
'Declaration
<JsonAttribute(2)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.TimeConverter)>
Public Property Min As Date
[Json(2)]
[JsonConverter(C1.Web.Mvc.Serialization.TimeConverter)]
public DateTime Min {get; set;}
See Also