WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Struct YearsRange

    Show / Hide Table of Contents

    Struct YearsRange

    Represents year range.

    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.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public struct YearsRange

    Constructors

    YearsRange(Int32, Int32)

    Initializes a new instance of the YearsRange struct.

    Declaration
    public YearsRange(int startYear, int endYear)
    Parameters
    Type Name Description
    System.Int32 startYear

    Start of the year range.

    System.Int32 endYear

    End of the year range.

    Fields

    EndYear

    End of the year range.

    Declaration
    public int EndYear
    Field Value
    Type Description
    System.Int32

    StartYear

    Start of the year range.

    Declaration
    public int StartYear
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved