Name | Description | |
---|---|---|
![]() | SQLiteDateTime Constructor | Overloaded. Initializes a new instance of the SQLiteDateTime structure. |
The following tables list the members exposed by SQLiteDateTime.
Name | Description | |
---|---|---|
![]() | SQLiteDateTime Constructor | Overloaded. Initializes a new instance of the SQLiteDateTime structure. |
Name | Description | |
---|---|---|
![]() ![]() | Epoch | Returns the date 1970-01-01 00:00:00-00. |
![]() ![]() | MaxValue | Represents the maximum valid date for a SQLiteDateTime structure. |
![]() ![]() | MinValue | Represents the minimum valid date for a SQLiteDateTime structure. |
![]() ![]() | NegativeInfinity | Represents a negative infinity value that can be assigned to the SQLiteDateTime structure. |
![]() ![]() | Null | Represents a NULL value that can be assigned to the SQLiteDateTime structure. |
![]() ![]() | PositiveInfinity | Represents a positive infinity value that can be assigned to the SQLiteDateTime structure. |
![]() ![]() | SQLiteDateTimeFormats | Static field, containing all the formats of the DateTime string representations, that can be parsed by the Parse method. |
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. |
Name | Description | |
---|---|---|
![]() ![]() | Add | Adds a SQLiteDateTime to a System.TimeSpan structure. |
![]() | AddDays | Adds the specified number of days to the current SQLiteDateTime instance. |
![]() | AddHours | Adds the specified number of hours to the current SQLiteDateTime instance. |
![]() | AddMicroseconds | Adds the specified number of microseconds to the current SQLiteDateTime instance. |
![]() | AddMinutes | Adds the specified number of minutes to the current SQLiteDateTime instance. |
![]() | AddMonths | Adds the specified number of months to the current SQLiteDateTime instance. |
![]() | AddSeconds | Adds the specified number of seconds to the current SQLiteDateTime instance. |
![]() | AddYears | Adds the specified number of years to the current SQLiteDateTime instance. |
![]() | CompareTo | Overloaded. Compares the current SQLiteDateTime object to the specified object. |
![]() ![]() | DaysInMonth | Returns the number of days in the specified month and year. |
![]() ![]() | Equals | Overloaded. Compares two SQLiteDateTime structures to determine if they are equal. |
![]() | GetHashCode | Gets a hash code for the SQLiteDateTime instance. |
![]() ![]() | GreaterThan | Determines whether the first of two SQLiteDateTime values is greater than the second. |
![]() ![]() | GreaterThanOrEqual | Determines whether the first of two SQLiteDateTime values is greater than or equal to the second. |
![]() ![]() | IsLeapYear | Indicates whether specified year is a leap one. |
![]() ![]() | LessThan | Determines whether the first of two SQLiteDateTime values is less than the second. |
![]() ![]() | LessThanOrEqual | Determines whether the first of two SQLiteDateTime values is less than or equal to the second. |
![]() ![]() | NotEquals | Determines whether two SQLiteDateTime values are not equal. |
![]() ![]() | Parse | Converts the specified System.String representation of a date to its SQLiteDateTime equivalent. |
![]() ![]() | ParseExact | Overloaded. Converts the specified System.String representation of a date to its SQLiteDateTime equivalent. |
![]() ![]() | Subtract | Subtracts a System.TimeSpan value from a SQLiteDateTime structure. |
![]() | ToString | Overloaded. Converts the current SQLiteDateTime structure to a System.String. |
![]() | Adds the specified System.TimeSpan to the SQLiteDateTime and returns a new SQLiteDateTime structure. |
![]() | Determines whether two SQLiteDateTime values are equal. |
![]() | Converts a SQLiteDateTime structure to the System.DateTime object. |
![]() | Compares two SQLiteDateTime structures to determine if the first is greater than the second. |
![]() | Compares two SQLiteDateTime structures to determine if the first is greater than or equal to the second. |
![]() | Converts a System.DateTime object to the SQLiteDateTime structure. |
![]() | Determines whether two SQLiteDateTime values are not equal. |
![]() | Compares two SQLiteDateTime structures to determine if the first is less than the second. |
![]() | Compares two SQLiteDateTime structures to determine if the first is less than or equal to the second. |
![]() | Subtracts the specified System.TimeSpan value from the SQLiteDateTime value and returns a new SQLiteDateTime structure. |