ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateTime Class / TimeMin Property






In This Topic
    TimeMin Property (InputDateTime)
    In This Topic
    Gets or sets the earliest time that the user can enter.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.TimeConverter)>
    Public Property TimeMin As System.Date
    'Usage
     
    
    Dim instance As InputDateTime
    Dim value As System.Date
     
    instance.TimeMin = value
     
    value = instance.TimeMin
    [JsonConverter(C1.Web.Mvc.Serialization.TimeConverter)]
    public System.DateTime TimeMin {get; set;}
    public read-write property TimeMin: System.DateTime; 
    JsonConverterAttribute(C1.Web.Mvc.Serialization.TimeConverter)
    public function get,set TimeMin : System.DateTime
    [JsonConverter(C1.Web.Mvc.Serialization.TimeConverter)]
    public: __property System.DateTime get_TimeMin();
    public: __property void set_TimeMin( 
       System.DateTime value
    );
    [JsonConverter(C1.Web.Mvc.Serialization.TimeConverter)]
    public:
    property System.DateTime TimeMin {
       System.DateTime get();
       void set (    System.DateTime value);
    }
    See Also