MindFusion.UI for WebForms Programmer's Guide

TimePicker.MaxTime Property

See Also
 





Gets or sets the maximum possible time value.

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

 Syntax

C#  Copy Code

public TimeSpan MaxTime { get; set; }

Visual Basic  Copy Code

Public Property MaxTime As TimeSpan

 Property Value

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

 See Also