AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about when jobs are submitted, started, and finished is specified in Unix epoch format in seconds.

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.Timing

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class Timing

The Timing type exposes the following members

Constructors

NameDescription
Public Method Timing()

Properties

NameTypeDescription
Public Property FinishTime System.DateTime

Gets and sets the property FinishTime. The time, in Unix epoch format, that the transcoding job finished

Public Property StartTime System.DateTime

Gets and sets the property StartTime. The time, in Unix epoch format, that transcoding for the job began.

Public Property SubmitTime System.DateTime

Gets and sets the property SubmitTime. The time, in Unix epoch format, that you submitted the job.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5