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

In This Topic
SQLiteDateTime Structure Fields
In This Topic

For a list of all members of this type, see SQLiteDateTime members.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Returns the date 1970-01-01 00:00:00-00.  
Public Fieldstatic (Shared in Visual Basic)Represents the maximum valid date for a SQLiteDateTime structure.  
Public Fieldstatic (Shared in Visual Basic)Represents the minimum valid date for a SQLiteDateTime structure.  
Public Fieldstatic (Shared in Visual Basic)Represents a negative infinity value that can be assigned to the SQLiteDateTime structure.  
Public Fieldstatic (Shared in Visual Basic)Represents a NULL value that can be assigned to the SQLiteDateTime structure.  
Public Fieldstatic (Shared in Visual Basic)Represents a positive infinity value that can be assigned to the SQLiteDateTime structure.  
Public Fieldstatic (Shared in Visual Basic)Static field, containing all the formats of the DateTime string representations, that can be parsed by the Parse method.  
Top
See Also