Converts a DateTime value to its full month name (e.g. "January").

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class DateTimeToMonthStringConverter : IValueConverter
Visual Basic (Declaration)
Public Class DateTimeToMonthStringConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.DateTimeToMonthStringConverter

See Also