Click or drag to resize

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; }

Return Value

Type: Int32
The hour of the day, from 0 to 23.
See Also