Click or drag to resize

DateTimeGroupItem Minute Property

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

Return Value

Type: Int32
The minute component of the time, as an integer.
See Also