Table of Contents

Class TimeType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public abstract class TimeType : TimeBasedType, IArrowType
Inheritance
TimeType
Implements
Derived
Inherited Members
Extension Methods

Constructors

TimeType(TimeUnit)

protected TimeType(TimeUnit unit)

Parameters

unit TimeUnit

Fields

Microsecond

public static readonly Time64Type Microsecond

Field Value

Time64Type

Millisecond

public static readonly Time32Type Millisecond

Field Value

Time32Type

Nanosecond

public static readonly Time64Type Nanosecond

Field Value

Time64Type

Second

public static readonly Time32Type Second

Field Value

Time32Type

Methods

FromTimeUnit(TimeUnit)

public static TimeType FromTimeUnit(TimeUnit unit)

Parameters

unit TimeUnit

Returns

TimeType