Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kTimeSpan kTimeSpan_FromParts ( k32s  daysPart,
k32s  hoursPart,
k32s  minutesPart,
k32s  secondsPart,
k32s  microsecondsPart 
)
related

Creates a timespan from broken-down time components.

Parameters
daysPartDays part.
hoursPartHours part.
minutesPartMinutes part.
secondsPartSeconds part.
microsecondsPartMicroseconds part.
Returns
Timespan composed from the specified components.