ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property TimeStep As Integer
    public int TimeStep {get; set;}
    See Also