Class YearDataSource
Represents the year data
Inherited Members
Namespace: Syncfusion.UI.Xaml.Primitives
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
[ClassReference(IsReviewed = false, ShouldInclude = false)]
public class YearDataSource : DataSource, ILoopingSelectorDataSource, IDisposable
  Constructors
YearDataSource()
Declaration
public YearDataSource()
  Methods
GetRelativeTo(DateTime, Int32)
Compares the year data with the next.
Declaration
protected override Nullable<DateTime> GetRelativeTo(DateTime relativeDate, int delta)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.DateTime | relativeDate | relative date  | 
      
| System.Int32 | delta | delta value  | 
      
Returns
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> | returns the relative date  | 
      
Overrides
Implements
      System.IDisposable