DateTimeGroupItem
Hour Property
|
Gets or sets the hour component of the time.
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 Hour { get; set; }
Public Property Hour As Integer
Get
Set
public:
property int Hour {
int get ();
void set (int value);
}
member Hour : int with get, set
Return Value
Type:
Int32
The hour of the day, from 0 to 23.
See Also