DTP_DBTIMESTAMP2 構造体

定義

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

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

フィールド

day

月の日付を指定します。

fraction

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

hour

時間を指定します。

minute

分を指定します。

month

月を指定します。

second

秒を指定します。

year

年を指定します。

適用対象