SqlDateTime Constructor
Supported by the .NET Compact Framework. |
Overloaded. Initializes a new instance of the SqlDateTime structure. |
![]() MaxValue
Supported by the .NET Compact Framework. |
Represents the maximum valid date value for a SqlDateTime structure. |
![]() MinValue
Supported by the .NET Compact Framework. |
Represents the minimum valid date value for a SqlDateTime structure. |
![]() Null
Supported by the .NET Compact Framework. |
Represents a null value that can be assigned to the Value property of an instance of the SqlDateTime structure. |
![]() SQLTicksPerHour
Supported by the .NET Compact Framework. |
A constant whose value is the number of ticks equivalent to one hour. |
![]() SQLTicksPerMinute
Supported by the .NET Compact Framework. |
A constant whose value is the number of ticks equivalent to one minute. |
![]() SQLTicksPerSecond
Supported by the .NET Compact Framework. |
A constant whose value is the number of ticks equivalent to one second. |
DayTicks
Supported by the .NET Compact Framework. |
Gets the number of ticks representing the date of this SqlDateTime structure. |
IsNull
Supported by the .NET Compact Framework. |
Gets a value indicating whether the Value property of the SqlDateTime structure is null. |
TimeTicks
Supported by the .NET Compact Framework. |
Gets the number of ticks representing the time of this SqlDateTime structure. |
Value
Supported by the .NET Compact Framework. |
Gets the value of the SqlDateTime structure. This property is read-only. |
CompareTo
Supported by the .NET Compact Framework. |
Compares this SqlDateTime structure to the supplied object and returns an indication of their relative values. |
Equals
Supported by the .NET Compact Framework. |
Overloaded. |
GetHashCode
Supported by the .NET Compact Framework. |
Overridden. Gets the hash code for this instance. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. |
Gets the Type of the current instance. |
![]() GreaterThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is greater than the second. |
![]() GreaterThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is greater than or equal to the second. |
![]() LessThan
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is less than the second. |
![]() LessThanOrEqual
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is less than or equal to the second. |
![]() NotEquals
Supported by the .NET Compact Framework. |
Performs a logical comparison of two instances of SqlDateTime to determine if they are not equal. |
![]() Parse
Supported by the .NET Compact Framework. |
Converts the specified String representation of a date and time to its SqlDateTime equivalent. |
ToSqlString
Supported by the .NET Compact Framework. |
Converts this SqlDateTime structure to SqlString. |
ToString
Supported by the .NET Compact Framework. |
Overridden. Converts this SqlDateTime structure to a String. |
![]() Addition Operator
Supported by the .NET Compact Framework. |
Adds the amount of time indicated by the supplied TimeSpan parameter, t, to the supplied SqlDateTime structure. |
![]() Equality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of two SqlDateTime structures to determine if they are equal. |
![]() Greater Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is greater than the second. |
![]() Greater Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is greater than or equal to the second. |
![]() Inequality Operator
Supported by the .NET Compact Framework. |
Performs a logical comparison of two instances of SqlDateTime to determine if they are not equal. |
![]() Less Than Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is less than the second. |
![]() Less Than Or Equal Operator
Supported by the .NET Compact Framework. |
Compares two instances of SqlDateTime to determine if the first is less than or equal to the second. |
![]() Subtraction Operator
Supported by the .NET Compact Framework. |
Subtracts the supplied TimeSpan structure, t, from the from the supplied SqlDateTime structure. |
![]() SqlDateTime to DateTime Conversion
Supported by the .NET Compact Framework. |
Converts a SqlDateTime structure to a DateTime structure. |
![]() SqlString to SqlDateTime Conversion
Supported by the .NET Compact Framework. |
Converts the supplied SqlString to a SqlDateTime structure. |
![]() DateTime to SqlDateTime Conversion
Supported by the .NET Compact Framework. |
Converts a DateTime structure to a SqlDateTime structure. |
Finalize (inherited from Object)
Supported by the .NET Compact Framework. |
Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. |
Creates a shallow copy of the current Object. |