nn::os::Tick::Tick Constructor

Syntax

#include <nn/os.h>

explicit Tick(
     s64 tick = 0
);

Tick(
     nn::fnd::TimeSpan span
);

List of Overloaded Member Functions

Tick ( s64 ) Constructor that takes a number of ticks and initializes an object.
Tick ( nn::fnd::TimeSpan ) Constructor that takes a TimeSpan and initializes an object.

Description of Tick ( s64 )

Constructor that takes a number of ticks and initializes an object.

Description of Tick ( nn::fnd::TimeSpan )

Constructor that takes a TimeSpan and initializes an object.


CONFIDENTIAL