DateTimeArray.get Method¶
Module: DateTimeArray
Definition¶
Gets an item of the DateTimeArray object.
get(self, index: int) -> DateTime
Parameters
index
intin 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
intin 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
intin 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
intin 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
Int32in 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
hDateTimeArray
ID3_BIOSEAL_DATE_TIME_ARRAYin Handle to the DateTimeArray object.index
intin Index of the DateTime item to get.hDateTimeItem
ID3_BIOSEAL_DATE_TIMEout DateTime item to get.
Returns