Class MinuteDataSource
Represents the minute data
Inherited Members
Namespace: Syncfusion.UI.Xaml.Primitives
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
[ClassReference(IsReviewed = false, ShouldInclude = false)]
public class MinuteDataSource : DataSource, ILoopingSelectorDataSource, IDisposable
Constructors
MinuteDataSource()
Initializes a new MinuteDataSource
Declaration
public MinuteDataSource()
MinuteDataSource(Int32)
Initializes a new MinuteDataSource
Declaration
public MinuteDataSource(int interval)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | interval |
Properties
Interval
Gets or sets a start date of date range
Declaration
public int Interval { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose()
Disposes the control while unloading
Declaration
protected void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
GetRelativeTo(DateTime, Int32)
Compares the minute 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