Changes

685 bytes added ,  20:21, 27 March 2018
no edit summary
Line 362: Line 362:  
|-
 
|-
 
| 4 || GetStandardLocalSystemClock || Returns an [[#ISystemClock]].
 
| 4 || GetStandardLocalSystemClock || Returns an [[#ISystemClock]].
 +
|-
 +
| 5 || [4.0.0+] GetEphemeralNetworkSystemClock || Returns an [[#ISystemClock]].
 +
|-
 +
| 50 || [4.0.0+] SetStandardSteadyClockInternalOffset ||
 
|-
 
|-
 
| 100 || IsStandardUserSystemClockAutomaticCorrectionEnabled ||  
 
| 100 || IsStandardUserSystemClockAutomaticCorrectionEnabled ||  
 
|-
 
|-
 
| 101 || SetStandardUserSystemClockAutomaticCorrectionEnabled ||  
 
| 101 || SetStandardUserSystemClockAutomaticCorrectionEnabled ||  
 +
|-
 +
| 102 || [5.0.0+] GetStandardUserSystemClockInitialYear ||
 
|-
 
|-
 
| 200 || IsStandardNetworkSystemClockAccuracySufficient ||  
 
| 200 || IsStandardNetworkSystemClockAccuracySufficient ||  
 
|-
 
|-
 +
| 300 || [4.0.0+] CalculateMonotonicSystemClockBaseTimePoint ||
 +
|-
 +
| 400 || [4.0.0+] GetClockSnapshot ||
 +
|-
 +
| 401 || [4.0.0+] GetClockSnapshotFromSystemClockContext ||
 +
|-
 +
| 500 || [4.0.0+] CalculateStandardUserSystemClockDifferenceByUser ||
 +
|-
 +
| 501 || [4.0.0+] CalculateSpanBetween ||
 
|}
 
|}
    
== ISteadyClock ==
 
== ISteadyClock ==
 +
This is "nn::timesrv::detail::service::ISteadyClock".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 390: Line 407:  
| 200 || GetInternalOffset || No input, returns an output [[#TimeSpanType]].
 
| 200 || GetInternalOffset || No input, returns an output [[#TimeSpanType]].
 
|-
 
|-
| 201 || SetInternalOffset || Takes an input [[#TimeSpanType]], no output.
+
| 201 || SetInternalOffset || Takes an input [[#TimeSpanType]], no output. Removed in [4.0.0+].
|-
   
|}
 
|}
   Line 401: Line 417:     
== ISystemClock ==
 
== ISystemClock ==
 +
This is "nn::timesrv::detail::service::ISystemClock".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 422: Line 440:     
== ITimeZoneService ==
 
== ITimeZoneService ==
 +
This is "nn::timesrv::detail::service::ITimeZoneService".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-