C# Class AC.AvalonControlsLibrary.Controls.IsCurrentMonthConverter

Converter used to compare 2 months
Inheritance: AC.AvalonControlsLibrary.Core.OneWayMultiValueConverter
Mostra file Open project: kienaiProject/ArtOfWords

Public Methods

Method Description
Convert ( object values, Type targetType, object parameter, System culture ) : object

Compares 2 months together

Method Details

Convert() public method

Compares 2 months together
public Convert ( object values, Type targetType, object parameter, System culture ) : object
values object The currently view month and the other month to check
targetType System.Type Target type
parameter object The parameter to use
culture System The current culture in use
return object