BASS.NET API for the Un4seen BASS Audio Library

UtilsFixTimespan Method (Double)

BASS.NET API for the Un4seen BASS Audio Library
Converts a second value as reveived by BASS_ChannelBytes2Seconds(Int32, Int64) to a string representation.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string FixTimespan(
	double seconds
)

Parameters

seconds
Type: SystemDouble
A value representing seconds.

Return Value

Type: String
The seconds as a string in the format: [-][d.]hh:mm:ss[.ff]
See Also

Reference