[]
        
(Showing Draft Content)

C1.WPF.Schedule.IsTodayConverter

IsTodayConverter Class

Represents a Binding converter that returns a bool value indicating whether a source value is today's date.

Inheritance
IsTodayConverter
Implements
Namespace: C1.WPF.Schedule
Assembly: C1.WPF.Schedule.4.6.2.dll
Syntax
[ValueConversion(typeof(DateTime), typeof(bool))]
public class IsTodayConverter : IValueConverter
Remarks

IsTodayConverter is a one-way converter.

Constructors

Name Description
IsTodayConverter()

Fields

Name Description
Default

Gets an instance of IsTodayConverter.

Methods

Name Description
Convert(object, Type, object, CultureInfo)

Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target.

ConvertBack(object, Type, object, CultureInfo)

Returns Binding.DoNothing.