Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Converts XStudio Ticks to seconds as a double. Makes formatting ticks easy.
double XStudioTicksToSeconds(
UINT64 ticks
)
ticks
Type: UINT64
Tick count to convert to seconds.
Type: double
Number of seconds in the tick count specified in ticks.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).