The ActiveDateTime class provides the Now dependency property that returns a current date/time and is being updated permanently over a specified period of time.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public sealed class ActiveDateTime : DependencyObject, 
	IDisposable
Visual Basic (Declaration)
Public NotInheritable Class ActiveDateTime _
	Inherits DependencyObject _
	Implements IDisposable

Inheritance Hierarchy

See Also