Oracle 5.0 Reference Manual page 2064

Table of Contents

Advertisement

20.2.7.2.3.1.7. 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
20.2.7.2.3.1.8. Month Property
Returns the month portion of this datetime
Syntax: Visual Basic
Public Property Month As Integer
Syntax: C#
public int Month {get; set;}
See Also
MySqlDateTime
20.2.7.2.3.1.9. 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
20.2.7.2.3.1.10. 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
20.2.7.2.3.1.11.
MySqlDateTime.GetDateTime
Returns this value as a DateTime
Connector/Net API Reference
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Class,
MySql.Data.Types Namespace
Method
2044

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents