LogItem.timestamp Property

Module: LogItem

Type: long

Definition

The timestamp of the message.

timestamp: int

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
public long timestamp
{
    get => Gettimestamp();
}

Exceptions

An error has occurred during Bioseal Library execution.
public long getTimestamp() throws BiosealException

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealLogItem_GetTimestamp (ID3_BIOSEAL_LOG_ITEM hLogItem, long long * timestamp)

Returns

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