MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.MinTime Property

See Also
 





Gets or sets the minimum possible time value.

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

 Syntax

C#  Copy Code

public TimeSpan MinTime { get; set; }

Visual Basic  Copy Code

Public Property MinTime As TimeSpan

 Property Value

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

 See Also