A looping data source that loops through the days of the current month. 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 DayOfMonthDataSource : IDataSource
Visual Basic
Public Class DayOfMonthDataSource _
	Implements IDataSource
Visual C++
public ref class DayOfMonthDataSource : IDataSource

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements..::..DayOfMonthDataSource

See Also