A data source that lists a sequence of consecutive years from 1601 to 3000. This data source uses DateTimeWrapper objects. This data source does not loop through the sequence.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  Mindscape.PhoneElements..::..YearlyDataSource

See Also