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