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

年を指定する。

適用対象