Field.valueAsDateTime Property

Module: Field

Type: DateTime

Definition

The field value as a date/time.

value_as_date_time: DateTime

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Returns

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