Gets the current date and time.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public DateTime Now { get; }
Visual Basic (Declaration)
Public ReadOnly Property Now As DateTime

Remarks

This is used for binding, to provide change notifications as time passes. It returns the same value as DateTime.Now.

See Also