DTP_DBTIMESTAMP Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A timestamp structure that consists of year, month, day, hour, minute, second, and fractional seconds. The fractional seconds have a maximum scale of 3 digits.
public value class DTP_DBTIMESTAMP
public struct DTP_DBTIMESTAMP
type DTP_DBTIMESTAMP = struct
Public Structure DTP_DBTIMESTAMP
- Inheritance
-
DTP_DBTIMESTAMP
Fields
day |
Specifies the day of the month. |
fraction |
Specifies the fractional seconds. |
hour |
Specifies the hour. |
minute |
Specifies the minute. |
month |
Specifies the month. |
second |
Specifies the second. |
year |
Specifies the year. |