Zen API
|
|
related |
Gets broken-down time components from a timespan.
span | Time span. |
daysPart | Optionally receives days part (0-N); can be kNULL. |
hoursPart | Optionally receives hours part (0-23); can be kNULL. |
minutesPart | Optionally receives minutes part (0-59); can be kNULL. |
secondsPart | Optionally receives seconds part (0-59); can be kNULL. |
microsecondsPart | Optionally receives microseconds part (0-999999); can be kNULL. |