Field.valueAsTimestampArray Property¶
Module: Field
Type: long[]
Definition¶
The field value as an array of timestamp.
value_as_timestamp_array: List[int]
Exceptions
An error has occurred during Bioseal Library execution.
int get valueAsTimestampArray => getValueAsTimestampArray();
Exceptions
An error has occurred during Bioseal Library execution.
public long[] valueAsTimestampArray
{
get => GetvalueAsTimestampArray();
}
Exceptions
An error has occurred during Bioseal Library execution.
public long[] getValueAsTimestampArray() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var valueAsTimestampArray: Int
get {
return try! getValueAsTimestampArray()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsTimestampArray (ID3_BIOSEAL_FIELD hField, long long * valueAsTimestampArray, int * valueAsTimestampArraySize)
Returns