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

指定年。

适用于