DateTimeArray.count Property

Module: DateTimeArray

Type: int

Definition

Gets the number of elements contained in the list

count: int

Exceptions

An error has occurred during Bioseal Library execution.
int get count => getCount();

Exceptions

An error has occurred during Bioseal Library execution.
public int count
{
    get => Getcount();
}

Exceptions

An error has occurred during Bioseal Library execution.
public int getCount() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var count: Int
    get {
        return Int(try! getCount())
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealDateTimeArray_GetCount (ID3_BIOSEAL_DATE_TIME_ARRAY hDateTimeArray, int * count)

Returns

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