MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.Interval Property

See Also
 





Gets or sets the time interval between the values displayed in the control's time popup.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public TimeSpan Interval { get; set; }

Visual Basic  Copy Code

Public Property Interval As TimeSpan

 Property Value

Type: TimeSpan
An instance of the System.TimeSpan structure. Default value is one hour.

 See Also