Struct YearsRange
Represents year range.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
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 |
---|
System.Int32 |
StartYear
Start of the year range.
Declaration
public int StartYear
Field Value
Type |
---|
System.Int32 |