TimeSpanDataViewType Class

Definition

The standard timespan type. This has representation type of TimeSpan. Note this can have only one possible value, accessible by the singleton static property Instance.

public sealed class TimeSpanDataViewType : Microsoft.ML.Data.PrimitiveDataViewType
type TimeSpanDataViewType = class
    inherit PrimitiveDataViewType
Public NotInheritable Class TimeSpanDataViewType
Inherits PrimitiveDataViewType
Inheritance

Properties

Instance

The singleton instance of this type.

RawType

The raw Type for this DataViewType. Note that this is the raw representation type and not the complete information content of the DataViewType.

(Inherited from DataViewType)

Methods

Equals(DataViewType)
ToString()

Applies to