Click or drag to resize

DateTimeGroupItem Second Property

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

Property Value

Type: Int32
The second component, in the range 0 to 59.

Return Value

Type: Int32
The second component of the time.
See Also