parse_duration
Description:
public void parse_duration (
out Format format,
out int64 duration)
Parse a duration query answer.
Write the format of the duration into format, and the value into duration, if the respective variables are
non-null.
Parameters:
| this |
a Query
|
| format |
the storage for the Format of the duration value, or null
.
|
| duration |
the storage for the total duration, or null.
|