Click or drag to resize
SignDocAttachmentgetCreationTime Method
The creation time and date of the attachment (empty if missing). ISO 8601 format is used : yyyy - mm - ddThh : mm : ss, optionally followed by a timezone : Z, +hh : mm, or - hh : mm. The PDF reference is ambiguous; apparently, the creation time is supposed to be the time and date at which the attachment was the PDF document.Changing the description does not update the modification date / time.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public string getCreationTime()

Return Value

Type: String
The creation time and date of the attachment (empty if missing)
See Also