AWS SDK for .NET Documentation
Duration Property
AmazonAmazon.ElasticTranscoder.ModelTimeSpanDuration Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Duration.

The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder creates an output file from StartTime to the end of the file.

If you specify a value longer than the duration of the input file, Elastic Transcoder transcodes the file and returns a warning message.

Declaration Syntax
C#
public string Duration { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)