Click or drag to resize

DateTimeGroupItem Month Property

Gets or sets the month component 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 Month { get; set; }

Property Value

Type: Int32
The month as an integer, where 1 represents January and 12 represents December.
See Also