|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetFormattedDuration (
bShowHour as Boolean,
bShowMs as Boolean
) as String
|
|
[C#]
public string GetFormattedDuration (
bool bShowHour,
bool bShowMs
);
|
|
[C++]
public: string GetFormattedDuration (
bool bShowHour,
bool bShowMs
);
|
|
Parameter
|
Description
| ||||
|
|
| ||||
|
bShowHour
|
Boolean value that tells to avoid displaying the 'hour' position field
| ||||
|
bShowMs
|
Boolean value that tells to avoid displaying the 'milliseconds' position field
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred (see the LastError property for further error details)
|
|
Valid string
|
The formatted sound duration
|