menu

WPF

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

    Show / Hide Table of Contents

    Class MinuteDataSource

    Represents the minute data

    Inheritance
    System.Object
    DataSource
    MinuteDataSource
    Implements
    ILoopingSelectorDataSource
    Inherited Members
    DataSource.Dispose()
    DataSource.Dispose(Boolean)
    DataSource.GetDatePartCollection(DateTime, Int32, Int32)
    DataSource.GetNext(Object)
    DataSource.GetPrevious(Object)
    DataSource.SelectedItem
    DataSource.SelectionChanged
    DataSource.SelectionChangedEvent
    DataSource.UpdateMinimumDateTime(DateTime, Int32, Int32, DateTime)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Primitives
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class MinuteDataSource : DataSource, ILoopingSelectorDataSource

    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

    GetRelativeTo(DateTime, Int32)

    Compares the minute data with the next.

    Declaration
    protected override 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved