ITask.EndTime Property

Gets the end time of the task.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property EndTime As Nullable(Of DateTime)
    Get
'Usage
Dim instance As ITask 
Dim value As Nullable(Of DateTime)

value = instance.EndTime
Nullable<DateTime> EndTime { get; }
property Nullable<DateTime> EndTime {
    Nullable<DateTime> get ();
}
abstract EndTime : Nullable<DateTime>
function get EndTime () : Nullable<DateTime>

Property Value

Type: System.Nullable<DateTime>
The end time of the task.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace