DTP_DBTIMESTAMPOFFSET 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, and has a time zone offset from the Coordinated Universal Time (UTC) that is used to obtain the local time. The fractional seconds have a maximum scale of 7 digits.
public value class DTP_DBTIMESTAMPOFFSET
public struct DTP_DBTIMESTAMPOFFSET
type DTP_DBTIMESTAMPOFFSET = struct
Public Structure DTP_DBTIMESTAMPOFFSET
- Inheritance
-
DTP_DBTIMESTAMPOFFSET
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. |
timezone_hour |
Specifies the timezone hour offset. |
timezone_minute |
Specifies the timezone minute offset. |
year |
Specifies the year. |