ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateTimeTagHelper Class / TimeStep Property

In This Topic
    TimeStep Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateTime.TimeStep. 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