Class YearsRange
Represents year range.
Inheritance
System.Object
YearsRange
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class YearsRange : ValueType
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 |