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

年を指定する。

適用対象