Property | Type | Description | |
---|---|---|---|
Seconds | int |
Method | Description | |
---|---|---|
MediaLength ( ) : System | ||
MediaLength ( int seconds ) : System | ||
MediaLength ( string value ) : System | ||
ParseAndSet ( string value ) : void |
Accepted File Formats: hh:mm:ss
|
|
ToString ( ) : string |
public MediaLength ( int seconds ) : System | ||
seconds | int | seconds |
return | System |
public MediaLength ( string value ) : System | ||
value | string | Expected Format: hh:mm:ss |
return | System |