Converts a pair of dates to a boolean value indicating whether they are in the same month.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class SameMonthConverter : IMultiValueConverter
Visual Basic (Declaration)
Public Class SameMonthConverter _
	Implements IMultiValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfPropertyGrid..::.SameMonthConverter

See Also