C# Class SpeakFriend.ValueObjects.MediaLength

Show file Open project: teamaton/speak-lib

Public Properties

Property Type Description
Seconds int

Public Methods

Method Description
MediaLength ( ) : System
MediaLength ( int seconds ) : System
MediaLength ( string value ) : System
ParseAndSet ( string value ) : void

Accepted File Formats: hh:mm:ss

ToString ( ) : string

Method Details

MediaLength() public method

public MediaLength ( ) : System
return System

MediaLength() public method

public MediaLength ( int seconds ) : System
seconds int seconds
return System

MediaLength() public method

public MediaLength ( string value ) : System
value string Expected Format: hh:mm:ss
return System

ParseAndSet() public method

Accepted File Formats: hh:mm:ss
public ParseAndSet ( string value ) : void
value string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

Seconds public property

public int Seconds
return int