DTP_DBTIMESTAMP 構造体

定義

年、月、日、時間、分、秒、および秒未満の時間で構成されるタイムスタンプの構造体です。 秒未満の最大小数点以下桁数は 3 です。

public value class DTP_DBTIMESTAMP
public struct DTP_DBTIMESTAMP
type DTP_DBTIMESTAMP = struct
Public Structure DTP_DBTIMESTAMP
継承
DTP_DBTIMESTAMP

フィールド

day

月の日付を指定します。

fraction

秒未満の時間を指定します。

hour

時間を指定します。

minute

分を指定します。

month

月を指定します。

second

秒を指定します。

year

年を指定します。

適用対象