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)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
Return the result of DateTime type.
See Also
- Class DateTime
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::GetDateTime(const System::String&) method
Gets the signature’s datetime.
System::DateTime Aspose::Pdf::Facades::PdfFileSignature::GetDateTime(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
Return the result of DateTime type.
Deprecated
Use GetDateTime(SignatureName) instead.
See Also
- Class DateTime
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++