C# 클래스 AC.AvalonControlsLibrary.Controls.IsCurrentMonthConverter

Converter used to compare 2 months
상속: AC.AvalonControlsLibrary.Core.OneWayMultiValueConverter
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords

공개 메소드들

메소드 설명
Convert ( object values, Type targetType, object parameter, System culture ) : object

Compares 2 months together

메소드 상세

Convert() 공개 메소드

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
리턴 object