IPublishTaskMonitorStartTime Property
|
Gets the start 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 StartTime { get; }
ReadOnly Property StartTime As String
Get
property String^ StartTime {
String^ get ();
}
abstract StartTime : string with get
Property Value
Type:
StringExamples
20140703T12:03:29 represents July 3rd, 2014, at 12:03:29 PM.
See Also