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