C# 클래스 Microsoft.Samples.KMoore.WPFSamples.DateControls.MonthYearHeaderConverter

MonthYearHeaderConverter converts the month&year properties of VisibleMonth to string with CultureInfo
상속: IValueConverter
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

convert the month and year to a proper string

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Not Supported

메소드 상세

Convert() 공개 메소드

convert the month and year to a proper string
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object DateTime
targetType System.Type string
parameter object null
culture System.Globalization.CultureInfo CultureInfo
리턴 object

ConvertBack() 공개 메소드

Not Supported
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
리턴 object