instantCol

The instantCol method creates a column containing date-time values.

Note

This method is commonly used with newTable to create tables.

Syntax

Parameters

ParameterTypeDescription
nameString

The name of the new column.

dataInstant...

The column values.

Returns

A ColumnHolder.

Example

The following examples use newTable to create a table with a single column of date-times named DateTimes.