Aspose::Pdf::Facades::PdfFileSignature::GetDateTime method

PdfFileSignature::GetDateTime(const System::SharedPtr<SignatureName>&) method

Gets the signature’s datetime.

System::DateTime Aspose::Pdf::Facades::PdfFileSignature::GetDateTime(const System::SharedPtr<SignatureName> &signName)
ParameterTypeDescription
signNameconst System::SharedPtr<SignatureName>&The name of signature.

ReturnValue

Return the result of DateTime type.

See Also

PdfFileSignature::GetDateTime(const System::String&) method

Gets the signature’s datetime.

System::DateTime Aspose::Pdf::Facades::PdfFileSignature::GetDateTime(const System::String &signName)
ParameterTypeDescription
signNameconst System::String&The name of signature.

ReturnValue

Return the result of DateTime type.

Deprecated

Use GetDateTime(SignatureName) instead.

See Also