FilePropertiesLength Property |
Length.
Namespace:
Options.Core
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic TimeSpan Length { get; set; }
Public Property Length As TimeSpan
Get
Set
Dim instance As FileProperties
Dim value As TimeSpan
value = instance.Length
instance.Length = value
member Length : TimeSpan with get, set
/** @property */
public TimeSpan get_Length()
/** @property */
public void set_Length(TimeSpan value)
function get Length () : TimeSpan
function set Length (value : TimeSpan)
function get_Length();
function set_Length(value);
Property Value
Type:
TimeSpan
See Also