TimeUpdatesTimeInWords Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string TimeInWords(
double totalsecondsin
)
Public Shared Function TimeInWords (
totalsecondsin As Double
) As String
public:
static String^ TimeInWords(
double totalsecondsin
)
static member TimeInWords :
totalsecondsin : float -> string
Parameters
- totalsecondsin
- Type: SystemDouble
Return Value
Type:
String
See Also