MultiRenameDocumentsGetCreationDateString Method |
Gets the creation date of a document. See the class documentation for which type of documents can be used as argument.
Namespace: Altaxo.Main.CommandsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetCreationDateString(
Object o
)
Parameters
- o Object
- Document object.
Return Value
StringCreation date of the document.
See Also