Class TwentyFourHourDataSource
Represents the twenty four hour data
Implements
Inherited Members
Namespace: Syncfusion.Windows.Primitives
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class TwentyFourHourDataSource : DataSource, ILoopingSelectorDataSource
Constructors
TwentyFourHourDataSource()
Declaration
public TwentyFourHourDataSource()
Methods
GetRelativeTo(DateTime, Int32)
Compares the twenty four hour 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 |