Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Helpful_SecondsToTimeFormatted Method

Gets formatted time.

Pascal
function Helpful_SecondsToTimeFormatted(seconds: Integer): WideString;
C++
__fastcall BSTR Helpful_SecondsToTimeFormatted(int seconds);
C#
public String Helpful_SecondsToTimeFormatted(int seconds);
Visual Basic
Public Function Helpful_SecondsToTimeFormatted(seconds As Integer) As String
Java
public string Helpful_SecondsToTimeFormatted(int seconds);
IDL
BSTR Helpful_SecondsToTimeFormatted(int seconds);
JavaScript
Helpful_SecondsToTimeFormatted
Parameters 
Description 
seconds: Integer 
Time in seconds. 

Returns formatted time.

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!