DTP_DBTIMESTAMPOFFSET Struct

Definition

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.

Applies to