A looping data source that loops through the 12 months of a year. This looping data source uses DateTimeWrapper objects.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class MonthOfYearDataSource : IDataSource
Visual Basic
Public Class MonthOfYearDataSource _
	Implements IDataSource
Visual C++
public ref class MonthOfYearDataSource : IDataSource

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements..::..MonthOfYearDataSource

See Also