Field.valueAsTime Property

Module: Field

Type: DateTime

Definition

The field value as a time.

value_as_time: DateTime

Exceptions

An error has occurred during Bioseal Library execution.
DateTime get valueAsTime => getValueAsTime();

Exceptions

An error has occurred during Bioseal Library execution.
public DateTime valueAsTime
{
    get => GetvalueAsTime();
}

Exceptions

An error has occurred during Bioseal Library execution.
public DateTime getValueAsTime() throws BiosealException

Exceptions

An error has occurred during Bioseal Library execution.
public var valueAsTime: DateTime
    get {
        return try! getValueAsTime()
    }
}

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealField_GetValueAsTime (ID3_BIOSEAL_FIELD hField, ID3_BIOSEAL_DATE_TIME hValueAsTime)

Returns

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