DTP_DBTIMESTAMP Struct

Definition

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.

Applies to