Click or drag to resize

DateTimeGroupItem Day Property

Gets or sets the day 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 Day { get; set; }

Return Value

Type: Int32
The day of the month, ranging from 1 to 31.
See Also