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; }
Public Property Second As Integer
Get
Set
public:
property int Second {
int get ();
void set (int value);
}
member Second : int with 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