C# Класс Microsoft.Samples.KMoore.WPFSamples.DateControls.MonthYearHeaderConverter

MonthYearHeaderConverter converts the month&year properties of VisibleMonth to string with CultureInfo
Наследование: IValueConverter
Показать файл Открыть проект

Открытые методы

Метод Описание
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