DocumentInfo.date Property

Module: DocumentInfo

Type: string

Definition

The document’s date of first issue, in the form YYYY-MM-DD.

date: str

Exceptions

An error has occurred during Document Library execution.
String get date => getDate();

Exceptions

An error has occurred during Document Library execution.
public string date
{
    get => Getdate();
}

Exceptions

An error has occurred during Document Library execution.
public String getDate() throws DocumentException

Exceptions

An error has occurred during Document Library execution.
public var date: String
    get {
        return try! getDate()
    }
}

Exceptions

An error has occurred during Document Library execution.
int id3DocumentInfo_GetDate (ID3_DOCUMENT_INFO hDocumentInfo, char * date, int * dateSize)

Returns

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