WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct DateTimeRange - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Struct DateTimeRange

    Ranging DataTime structure.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public struct DateTimeRange

    Constructors

    DateTimeRange(DateTime, DateTime)

    Initializes a new instance of the DateTimeRange struct.

    Declaration
    public DateTimeRange(DateTime rangeStart, DateTime rangeEnd)
    Parameters
    Type Name Description
    System.DateTime rangeStart

    The range start.

    System.DateTime rangeEnd

    The range end.

    Properties

    End

    Gets the end.

    Declaration
    public DateTime End { get; }
    Property Value
    Type Description
    System.DateTime

    The end value.

    IsEmpty

    Gets a value indicating whether this instance is empty.

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    true if this instance is empty; otherwise, false.

    Start

    Gets the start.

    Declaration
    public DateTime Start { get; }
    Property Value
    Type Description
    System.DateTime

    The start.

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