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