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

In This Topic
    TimeStep Property
    In This Topic
    Gets or sets the number of minutes between entries in the drop-down list of times.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(15)>
    Public Property TimeStep As Integer
    [DefaultValue(15)]
    public int TimeStep {get; set;}
    See Also