C# Class Microsoft.Samples.KMoore.WPFSamples.DateControls.MonthYearHeaderConverter

MonthYearHeaderConverter converts the month&year properties of VisibleMonth to string with CultureInfo
Inheritance: IValueConverter
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
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

Method Details

Convert() public méthode

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

ConvertBack() public méthode

Not Supported
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
Résultat object