DataFrameColumnCollection.GetDateTimeColumn(String) Method

Definition

Gets the DateTimeDataFrameColumn with the specified name.

public Microsoft.Data.Analysis.DateTimeDataFrameColumn GetDateTimeColumn (string name);
member this.GetDateTimeColumn : string -> Microsoft.Data.Analysis.DateTimeDataFrameColumn
Public Function GetDateTimeColumn (name As String) As DateTimeDataFrameColumn

Parameters

name
String

The name of the column

Returns

DateTimeDataFrameColumn.

Exceptions

A column named name cannot be found, or if the column's type doesn't match.

Applies to