C# Class AC.AvalonControlsLibrary.Controls.IsCurrentMonthConverter

Converter used to compare 2 months
Inheritance: AC.AvalonControlsLibrary.Core.OneWayMultiValueConverter
Afficher le fichier Open project: kienaiProject/ArtOfWords

Méthodes publiques

Méthode Description
Convert ( object values, Type targetType, object parameter, System culture ) : object

Compares 2 months together

Method Details

Convert() public méthode

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
Résultat object