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

DayHeaderConverter converts to FirstDayOfWeek and offset to the correct DayOfWeek value
상속: IValueConverter
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

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

convert FirstDayOfWeek and offset to the correct DayOfWeek value

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

Not supported

메소드 상세

Convert() 공개 메소드

convert FirstDayOfWeek and offset to the correct DayOfWeek value
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object DayOfWeek
targetType System.Type DayOfWeek
parameter object 0~6, column index of each month
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