LogItem.timestamp Property¶
Module: LogItem
Type: long
Definition¶
The timestamp of the message.
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