Gets or sets the TimeSpan value assigned to the control. This is a dependency property.

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

Syntax

C#
public TimeSpan Value { get; set; }
Visual Basic (Declaration)
Public Property Value As TimeSpan
	Get
	Set

Remarks

This is a dependency property.

See Also