Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the date and time that the conversion job was canceled.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CancelTime As DateTime
Get
'Usage
Dim instance As ConversionJobInfo
Dim value As DateTime
value = instance.CancelTime
public DateTime CancelTime { get; }
Property Value
Type: System.DateTime
Returns DateTime.
Remarks
This value is only valid if the Canceled property is True.