Click or drag to resize

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; }

Property Value

Type: Int32
The year as an integer.

Return Value

Type: Int32
The year of the date.
See Also