util_seconds_to_string


Description:


[ Version ( since = "3.30" ) ]
public string util_seconds_to_string (int64 seconds)

Converts time, in seconds, into a string representation readable by humans and localized into the current locale.

This can be used to convert event duration to string or similar use cases.

Free the returned string with g_free, when no longer needed.

Parameters:

seconds

actual time, in seconds

Returns:

a newly allocated string with localized description of the given time in seconds.


Namespace: ECal
Package: libecal-2.0