DateTimeGroupItem
Year Property
|
Gets or sets the year of the date.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Year { get; set; }
Public Property Year As Integer
Get
Set
public:
property int Year {
int get ();
void set (int value);
}
member Year : int with get, set
Property Value
Type:
Int32
The year as an integer.
Return Value
Type:
Int32
The year of the date.
See Also