Second Property
Returns the second portion of this datetime
Syntax: Visual Basic
Public Property Second As Integer
Syntax: C#
public int Second {get; set;}
See Also
MySqlDateTime Class, MySql.Data.Types Namespace
Returns the second portion of this datetime
Public Property Second As Integer
public int Second {get; set;}
MySqlDateTime Class, MySql.Data.Types Namespace