Gets the date and time to be used when the today selection button is clicked in the control popup. This is a dependency property.

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

Syntax

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

See Also