ConversionItemInfo.CompleteTime Property
Gets or sets a value that specifies when the conversion of this conversion item completed.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property CompleteTime As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As ConversionItemInfo
Dim value As Nullable(Of DateTime)
value = instance.CompleteTime
public Nullable<DateTime> CompleteTime { get; internal set; }
Property Value
Type: System.Nullable<DateTime>
Returns Nullable<T>.