Represents a Binding converter that indicates whether a source TimeSpan is
divisible by a TimeSpan specified as a converter parameter.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[ValueConversionAttribute(typeof(TimeSpan), typeof(bool))] public class TimeSpanMultiplicityIndicatorConverter : IValueConverter |
Visual Basic (Declaration) |
---|
<ValueConversionAttribute(GetType(TimeSpan), GetType(Boolean))> _ Public Class TimeSpanMultiplicityIndicatorConverter _ Implements IValueConverter |
Remarks
TimeSpanMultiplicityIndicatorConverter is a one-way converter.
Source and parameter values must be of TimeSpan type, and a return value is
a Boolean value that indicates whether the source value is divisible by the
parameter value.