Gets the current date and time.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public DateTime Now { get; }
Visual Basic
Public ReadOnly Property Now As DateTime
	Get
Visual C++
public:
property DateTime Now {
	DateTime get ();
}

Remarks

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

See Also