menu

WPF

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

    Show / Hide Table of Contents

    Class AmPmDataSource

    Source for AMPM Data

    Inheritance
    System.Object
    DataSource
    AmPmDataSource
    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 AmPmDataSource : DataSource, ILoopingSelectorDataSource

    Constructors

    AmPmDataSource()

    Declaration
    public AmPmDataSource()

    Methods

    GetRelativeTo(DateTime, Int32)

    Gets the relative DateTime

    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 DateTime

    Overrides
    DataSource.GetRelativeTo(DateTime, Int32)

    Implements

    ILoopingSelectorDataSource
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved