TimeSpan.timet
Description:
[
CCode ( has_construct_function =
false ) ]
[
Version ( since =
"3.0.5" ) ]
public TimeSpan.timet (
long start,
long end,
bool is_busy)
Creates a new TimeSpan.
Free it with unref, when no longer needed.
Parameters:
start |
Start of the time span
|
end |
End of the time span
|
is_busy |
Whether the time span is busy
|
Returns:
The newly created TimeSpan.
|