Interface DatetimeColumnOption

DatetimeColumnOption is used for GeneratorOption.columnOptions

Hierarchy

  • DatetimeColumnOption

Properties

Properties

_tag: "DatetimeColumnOption"
initialValue: Date

Value of the first row.

Default

1970-01-01T00:00:00.000Z. internal values are same but output format depends on their column types, as shown below.
Date : '1970-01-01'
Time : '00:00:00'
Timestamp : '1970-01-01 00:00:00'

stepBy: number

DatetimeColumnOption is used for GeneratorOption.columnOptions
Currently this option is not supported yet, so the increment step can't be changed.
The value depends on the table column type.
Date type : 1 day.
Time : 1 second.
Timestamp type : 1 day.

Generated using TypeDoc