Share via


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)

Syntax

'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; }

Property value

Type: System.Nullable<DateTime>

See also

Reference

TranslationItemInfo class

TranslationItemInfo members

Microsoft.Office.TranslationServices namespace