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

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

Public Methods

Method 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 method

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
return object

ConvertBack() public method

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