Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.5/include/nn/phtsel/CTR/
Dphtsel_input.h41 s64 seconds; //
63 s64 GetSeconds() const{ return seconds; } in GetSeconds()
68 void SetSeconds(s64 seconds);
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_TimeSpan.h100 … static TimeSpan FromSeconds(s64 seconds) { return FromNanoSeconds(seconds * 1000 * 1000 * 1000); } in FromSeconds() argument