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

In This Topic
    SQLiteDateTime Structure Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the day component of a SQLiteDateTime.  
    Public PropertyReturns the day of a week that corresponds to the current SQLiteDateTime value.  
    Public PropertyReturns ordinal of the day in a year that corresponds to the current SQLiteDateTime value.  
    Public PropertyGets the number of days in the date part of the structure (days since January 24.11.4714 BC).  
    Public PropertyGets the hour component of a SQLiteDateTime.  
    Public PropertyDetermines whether the current structure value represents only date (without time value).  
    Public PropertyIndicates whether the current structure value is finite or null.  
    Public PropertyGets a value indicating whether the SQLiteDateTime structure represents Null.  
    Public PropertyGets the microsecond component of a SQLiteDateTime.  
    Public PropertyGets the minute component of a SQLiteDateTime.  
    Public PropertyGets the month component of a SQLiteDateTime.  
    Public PropertyGets the second component of a SQLiteDateTime.  
    Public PropertyGets the time part of the SQLiteDateTime structure.  
    Public PropertyGets the number of microseconds in the time part of the structure.  
    Public PropertyDetermines the time difference between the local time stored in this SQLiteDateTime instance and coordinated universal time (UTC).  
    Public PropertyGets the date and time that is stored in the SQLiteDateTime structure.  
    Public PropertyGets the year component of a SQLiteDateTime.  
    Top
    See Also