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

In This Topic
    SQLiteDateTime Structure Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Adds a SQLiteDateTime to a System.TimeSpan structure.  
    Public MethodAdds the specified number of days to the current SQLiteDateTime instance.  
    Public MethodAdds the specified number of hours to the current SQLiteDateTime instance.  
    Public MethodAdds the specified number of microseconds to the current SQLiteDateTime instance.  
    Public MethodAdds the specified number of minutes to the current SQLiteDateTime instance.  
    Public MethodAdds the specified number of months to the current SQLiteDateTime instance.  
    Public MethodAdds the specified number of seconds to the current SQLiteDateTime instance.  
    Public MethodAdds the specified number of years to the current SQLiteDateTime instance.  
    Public MethodOverloaded. Compares the current SQLiteDateTime object to the specified object.  
    Public Methodstatic (Shared in Visual Basic)Returns the number of days in the specified month and year.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Compares two SQLiteDateTime structures to determine if they are equal.  
    Public MethodGets a hash code for the SQLiteDateTime instance.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two SQLiteDateTime values is greater than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two SQLiteDateTime values is greater than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Indicates whether specified year is a leap one.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two SQLiteDateTime values is less than the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether the first of two SQLiteDateTime values is less than or equal to the second.  
    Public Methodstatic (Shared in Visual Basic)Determines whether two SQLiteDateTime values are not equal.  
    Public Methodstatic (Shared in Visual Basic)Converts the specified System.String representation of a date to its SQLiteDateTime equivalent.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts the specified System.String representation of a date to its SQLiteDateTime equivalent.  
    Public Methodstatic (Shared in Visual Basic)Subtracts a System.TimeSpan value from a SQLiteDateTime structure.  
    Public MethodOverloaded. Converts the current SQLiteDateTime structure to a System.String.  
    Top
    See Also