Bioseal.documentIssuingDate Property

Module: Bioseal

Type: DateTime

Definition

The document issuing date.

document_issuing_date: DateTime

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

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

Exceptions

An error has occurred during Bioseal Library execution.
int id3Bioseal_GetDocumentIssuingDate (ID3_BIOSEAL hBioseal, ID3_BIOSEAL_DATE_TIME hDocumentIssuingDate)

Returns

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