IJob.Created Property

Gets or sets the DateTime of job creation.

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

Syntax

'Declaration
ReadOnly Property Created As DateTime 
    Get
'Usage
Dim instance As IJob 
Dim value As DateTime 

value = instance.Created
DateTime Created { get; }
property DateTime Created {
    DateTime get ();
}
abstract Created : DateTime
function get Created () : DateTime

Property Value

Type: System.DateTime
The DateTime of job creation.

Remarks

This value is set by Media Services at creation time. It represents the number of milliseconds since midnight Jan 1, 1970.

See Also

Reference

IJob Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace