MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
MillisecondsToTimeString Method (time)
NamespacesMPfm.CoreConversionMillisecondsToTimeString(UInt64)
The MillisecondsToTimeString static functions converts a time in milliseconds into a string displaying the time in the following format: 0:00.000
Declaration Syntax
C#Visual Basic
public static string MillisecondsToTimeString(
	ulong time
)
Public Shared Function MillisecondsToTimeString ( _
	time As ULong _
) As String
Parameters
time (UInt64)
Milliseconds value to convert
Return Value
A string displaying the time (0:00.000)

Assembly: MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)