C# Class Hudl.FFmpeg.Extensions.TimespanExtensions

Datei anzeigen Open project: hudl/HudlFfmpeg

Public Methods

Method Description
Milliseconds ( this value ) : System.TimeSpan
Minutes ( this value ) : System.TimeSpan
Seconds ( this value ) : System.TimeSpan

Method Details

Milliseconds() public static method

public static Milliseconds ( this value ) : System.TimeSpan
value this
return System.TimeSpan

Minutes() public static method

public static Minutes ( this value ) : System.TimeSpan
value this
return System.TimeSpan

Seconds() public static method

public static Seconds ( this value ) : System.TimeSpan
value this
return System.TimeSpan