| Hunny Software Library Reference | |
DateTime.Second Property
Gets the second.
[Visual Basic]Public ReadOnly Property Second As
Integer [C#]public
int Second {get;}
Property Value
the second
Remarks
In accordance with RFC 2822, the second is in the range
0 <= second <= 60.
See Also
DateTime Class | Hunny.Mime Namespace