Gets or sets the default time of day to be used when a date is specified or selected. This is a dependency property.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
[BindableAttribute(true)]
public TimeSpan DefaultTimeOfDay { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property DefaultTimeOfDay As TimeSpan

See Also