Returns a TimeOfDay representing the current system clock time.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also