nn::nex::SystemClock::GetTime Member Function

Syntax

static Time GetTime();

Parameters

None.

Return Values

Returns the system time in milliseconds.

Description

Gets the system time in milliseconds.

The precision of time to get and the processing load are dependent on the performance of the time provider.

Because the processing load when using the default time provider is not small, note the performance when calling it frequently.

Revision History

2012/10/16
Added that performance must be noted when frequently using the default time provider.
2011/01/27
Initial version.

CONFIDENTIAL