Name | Description | |
---|---|---|
Day | Gets the day component of a SQLiteDateTime. | |
DayOfWeek | Returns the day of a week that corresponds to the current SQLiteDateTime value. | |
DayOfYear | Returns ordinal of the day in a year that corresponds to the current SQLiteDateTime value. | |
Days | Gets the number of days in the date part of the structure (days since January 24.11.4714 BC). | |
Hour | Gets the hour component of a SQLiteDateTime. | |
IsDate | Determines whether the current structure value represents only date (without time value). | |
IsFinite | Indicates whether the current structure value is finite or null. | |
IsNull | Gets a value indicating whether the SQLiteDateTime structure represents Null. | |
Microsecond | Gets the microsecond component of a SQLiteDateTime. | |
Minute | Gets the minute component of a SQLiteDateTime. | |
Month | Gets the month component of a SQLiteDateTime. | |
Second | Gets the second component of a SQLiteDateTime. | |
TimeOfDay | Gets the time part of the SQLiteDateTime structure. | |
TimeTicks | Gets the number of microseconds in the time part of the structure. | |
TimeZoneOffset | Determines the time difference between the local time stored in this SQLiteDateTime instance and coordinated universal time (UTC). | |
Value | Gets the date and time that is stored in the SQLiteDateTime structure. | |
Year | Gets the year component of a SQLiteDateTime. |