Class TimeType
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
Millisecond
public static readonly Time32Type Millisecond
Field Value
Nanosecond
public static readonly Time64Type Nanosecond
Field Value
Second
public static readonly Time32Type Second
Field Value
Methods
FromTimeUnit(TimeUnit)
public static TimeType FromTimeUnit(TimeUnit unit)
Parameters
unit
TimeUnit