ASP.NET Pack Programmer's Guide
TimePicker.CustomDateFormat Property
See Also
 





Gets or sets the formatting of the date displayed in the control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public string CustomDateFormat { get; set; }

Visual Basic  Copy Code

Public Property CustomDateFormat As String

 Property Value

Type: String
A string that specifies a custom DateTime format. Default value is empty string ("").

 Remarks

If the value of this property is an empty string, the value will be formatted against the value of the control's Culture DateTimeFormat.ShortTimePattern format.

 See Also

TimePicker Members
TimePicker Class
MindFusion.UI.WebForms Namespace