dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDateTime Structure / Minute Property

In This Topic
Minute Property
In This Topic
Gets the minute component of a SQLiteDateTime.
Syntax
'Declaration
 
Public ReadOnly Property Minute As Integer
 

Property Value

A number that represents a minute value between 0 and 59.
See Also