IPublishTaskMonitorSubmitTime Property
|
Gets the submission time of the corresponding
Publishing Task in ISO-8601 format.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string SubmitTime { get; }
ReadOnly Property SubmitTime As String
Get
property String^ SubmitTime {
String^ get ();
}
abstract SubmitTime : string with get
Property Value
Type:
StringExamples
20140703T11:57:04 represents July 3rd, 2014, at 11:57:04 AM.
See Also