menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SecondDataSource - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SecondDataSource

    Represents the seconds data.

    Inheritance
    System.Object
    DataSource
    SecondDataSource
    Implements
    ILoopingSelectorDataSource
    System.IDisposable
    Inherited Members
    DataSource.GetDatePartCollection(DateTime, Int32, Int32)
    DataSource.GetNext(Object)
    DataSource.GetPrevious(Object)
    DataSource.SelectedItem
    DataSource.SelectionChanged
    DataSource.UpdateMinimumDateTime(DateTime, Int32, Int32, DateTime)
    DataSource.valueWrapper
    Namespace: Syncfusion.UI.Xaml.Primitives
    Assembly: Syncfusion.SfShared.UWP.dll
    Syntax
    [ClassReference(IsReviewed = false, ShouldInclude = false)]
    public class SecondDataSource : DataSource, ILoopingSelectorDataSource, IDisposable

    Constructors

    SecondDataSource()

    Initializes a new SecondDataSource

    Declaration
    public SecondDataSource()

    SecondDataSource(Int32)

    Initializes a new SecondDataSource

    Declaration
    public SecondDataSource(int interval)
    Parameters
    Type Name Description
    System.Int32 interval

    Properties

    Interval

    Gets or sets a Interval

    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 second 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
    DataSource.GetRelativeTo(DateTime, Int32)

    Implements

    ILoopingSelectorDataSource
    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved