Field.valueAsDate Property

Module: Field

Type: DateTime

Definition

The field value as a date.

value_as_date: DateTime

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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