XStudioTicksToSeconds

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.

Syntax

double XStudioTicksToSeconds(
         UINT64 ticks
)  

Parameters

ticks
Type: UINT64 

Tick count to convert to seconds.

Return value

Type: double 

Number of seconds in the tick count specified in ticks.

Requirements

Header: Declared in xstudio.h.

Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).