Share via


ConversionJobInfo.CancelTime Property

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.

See Also

Reference

ConversionJobInfo Class

ConversionJobInfo Members

Microsoft.Office.Word.Server.Conversions Namespace