TranslationItemInfo.StartTime property
Gets the date and the start time of an in-progress or completed translation.
Namespace: Microsoft.Office.TranslationServices
Assembly: Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)
'Declaration
Public Property StartTime As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As TranslationItemInfo
Dim value As Nullable(Of DateTime)
value = instance.StartTime
public Nullable<DateTime> StartTime { get; internal set; }
Type: System.Nullable<DateTime>