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






In This Topic
    TimeStep Property (InputDateTime)
    In This Topic
    Gets or sets the number of minutes between entries in the drop-down list of times.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(15)>
    Public Property TimeStep As System.Integer
    'Usage
     
    
    Dim instance As InputDateTime
    Dim value As System.Integer
     
    instance.TimeStep = value
     
    value = instance.TimeStep
    [System.ComponentModel.DefaultValue(15)]
    public System.int TimeStep {get; set;}
    public read-write property TimeStep: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(15)
    public function get,set TimeStep : System.int
    [System.ComponentModel.DefaultValue(15)]
    public: __property System.int get_TimeStep();
    public: __property void set_TimeStep( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(15)]
    public:
    property System.int TimeStep {
       System.int get();
       void set (    System.int value);
    }
    See Also