Field.valueAsTimestamp Property¶
Module: Field
Type: long
Definition¶
The field value as a timestamp (without timezone computation).
value_as_timestamp: int
Exceptions
An error has occurred during Bioseal Library execution.
int get valueAsTimestamp => getValueAsTimestamp();
Exceptions
An error has occurred during Bioseal Library execution.
public long valueAsTimestamp
{
get => GetvalueAsTimestamp();
}
Exceptions
An error has occurred during Bioseal Library execution.
public long getValueAsTimestamp() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var valueAsTimestamp: Int
get {
return Int(try! getValueAsTimestamp())
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsTimestamp (ID3_BIOSEAL_FIELD hField, long long * valueAsTimestamp)
Returns