 | MetaInformationLastWritingDateTime Property |
time stamp of the AutomationML export
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string LastWritingDateTime { get; set; }
Public Property LastWritingDateTime As String
Get
Set
public:
property String^ LastWritingDateTime {
String^ get ();
void set (String^ value);
}
Property Value
String
The last writing date time.
See Also