DateTimeArray.get Method

Module: DateTimeArray

Definition

Gets an item of the DateTimeArray object.

get(self, index: int) -> DateTime

Parameters

index int
in Index of the DateTime item to get.

Returns

DateTime item to get.

Exceptions

An error has occurred during Bioseal Library execution.
DateTime get(int index)

Parameters

index int
in Index of the DateTime item to get.

Returns

DateTime item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public DateTime Get(int index)

Parameters

index int
in Index of the DateTime item to get.

Returns

DateTime item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public DateTime get(int index) throws BiosealException

Parameters

index int
in Index of the DateTime item to get.

Returns

DateTime item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public func get(index: Int32) throws -> DateTime

Parameters

index Int32
in Index of the DateTime item to get.

Returns

DateTime item to get.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDateTimeArray_Get (
    ID3_BIOSEAL_DATE_TIME_ARRAY hDateTimeArray,
    int index,
    ID3_BIOSEAL_DATE_TIME hDateTimeItem)

Parameters

in Handle to the DateTimeArray object.

index int
in Index of the DateTime item to get.

hDateTimeItem ID3_BIOSEAL_DATE_TIME
out DateTime item to get.

Returns

int
An error code.
See id3BiosealError file for the list of possible error codes.