C# Class SilverlightFX.Data.DateFormatter

A value converter that can be used in a binding to generate a formatted representation of a DateTime or a part of a DateTime. A UTC DateTime is converted to a local DateTime in the process.
Inheritance: IValueConverter
Exibir arquivo Open project: nikhilk/silverlightfx

Protected Methods

Method Description
Format ( object value, string format, CultureInfo culture ) : object

Method Details

Format() protected method

protected Format ( object value, string format, CultureInfo culture ) : object
value object
format string
culture System.Globalization.CultureInfo
return object