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; }
 
Public Property Day As Integer
	Get
	Set
 
public:
property int Day {
	int get ();
	void set (int value);
}
 
member Day : int with get, set
 
 
 
Return Value
Type:
Int32
The day of the month, ranging from 1 to 31.
 
See Also