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; }
Public Property Month As Integer
Get
Set
public:
property int Month {
int get ();
void set (int value);
}
member Month : int with get, set
Property Value
Type:
Int32
The month as an integer, where 1 represents January and 12 represents December.
See Also