DocumentInfo.date Property¶
Module: DocumentInfo
Type: string
Definition¶
The document’s date of first issue, in the form YYYY-MM-DD.
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