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