Click or drag to resize
DateTimeSecond Property
Gets the seconds component of the date represented by this instance.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public int Second { get; }

Return Value

Type: Int32
The seconds component, expressed as a value between 0 and 59.
See Also