SqlDateTime::DayTicks Property
.NET Framework (current version)
Gets the number of ticks representing the date of this SqlDateTime structure.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32The number of ticks representing the date that is contained in the Value property of this SqlDateTime structure.
| Exception | Condition |
|---|---|
| SqlNullValueException | The exception that is thrown when the Value property of a System.Data.SqlTypes structure is set to null. |
.NET Framework
Available since 1.1
Available since 1.1
Show: