nn::cfg::CTR::GetUserTimeOffset Function

Syntax

#include <nn/cfg.h>

nn::fnd::TimeSpan GetUserTimeOffset();

Arguments

None.

Return Values

Gets the RTC offset value saved by the system.

Description

Gets RTC modification offset information.

When a user changes the date or time, the offset between the current RTC time and its previous setting is saved as the RTC offset value.

Applications can be made aware of user changes to the RTC by checking this offset value on application launch.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL