DTP_DBTIMESTAMP2 Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds. The fractional seconds have a maximum scale of 7 digits.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | day | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the day of the month. |
![]() | fraction | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the fractional seconds. |
![]() | hour | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the hour. |
![]() | minute | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the minute. |
![]() | month | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the month. |
![]() | second | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the second. |
![]() | year | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the year. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

