Turns on or off a special mode in which the Date property returns a date that is previous to a date specified in the DateTime property when DateTime.TimeOfDay is zero.

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

Syntax

C#
public bool DecrementedDateOnDayBoundary { get; set; }
Visual Basic (Declaration)
Public Property DecrementedDateOnDayBoundary As Boolean
	Get
	Set

Remarks

If this property is True and TimeOfDay component of the DateTime property value is zero then the Date property value will return a date that is previous to the date specified in the DateTime property.

This is a dependency property.

See Also