DataValueCursor CreateTime Method TIBCO Spotfire 7.0 API Reference
Creates a value cursor for DateTime values of a given column.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public static DataValueCursor<DateTime> CreateTime(
	IDataColumn column
)

Return Value

Type: DataValueCursor DateTime 
A value cursor.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if the column is not of type Time, DateTime or Date.
System InvalidOperationExceptionThrown if the column is a hierarchy column.
Version Information

Supported in: 7.0
See Also