g_time_span_to_label


Description:


public string g_time_span_to_label (TimeSpan span)

Creates a string describing the time span in hours, minutes, and seconds.

For example, a time span of three and a half minutes would be "3:30". 2 days, 3 hours, 6 minutes, and 20 seconds would be "51:06:20".

Parameters:

span

the span of time

Returns:

A newly allocated string describing the time span.


Namespace: Dazzle
Package: libdazzle-1.0