FilePropertiesDuration Property |
Namespace:
CSID3TagsLib
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public TimeSpan Duration { get; set; }
Public Property Duration As TimeSpan
Get
Set
Dim instance As FileProperties
Dim value As TimeSpan
value = instance.Duration
instance.Duration = value
member Duration : TimeSpan with get, set
/** @property */
public TimeSpan get_Duration()
/** @property */
public void set_Duration(TimeSpan value)
function get Duration () : TimeSpan
function set Duration (value : TimeSpan)
function get_Duration();
function set_Duration(value);
Property Value
Type:
TimeSpanSee Also