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