Class TimestampWithOffsetArray
Extension array for the "arrow.timestamp_with_offset" canonical extension type. Implements IReadOnlyList<T> of nullable DateTimeOffset.
public class TimestampWithOffsetArray : ExtensionArray, IArrowArray, IDisposable, IReadOnlyList<DateTimeOffset?>, IReadOnlyCollection<DateTimeOffset?>, IEnumerable<DateTimeOffset?>, IEnumerable
- Inheritance
-
TimestampWithOffsetArray
- Implements
- Inherited Members
- Extension Methods
Constructors
TimestampWithOffsetArray(TimestampWithOffsetType, IArrowArray)
public TimestampWithOffsetArray(TimestampWithOffsetType type, IArrowArray storage)
Parameters
typeTimestampWithOffsetTypestorageIArrowArray
Properties
Count
public int Count { get; }
Property Value
this[int]
public DateTimeOffset? this[int index] { get; }
Parameters
indexint
Property Value
Methods
GetEnumerator()
public IEnumerator<DateTimeOffset?> GetEnumerator()
Returns
GetValue(int)
Gets the value at the specified index as a DateTimeOffset with the original timezone offset preserved.
public DateTimeOffset? GetValue(int index)
Parameters
indexint