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. |