TimeService.LastSyncStatus Property

Returns the latest sync status.

Namespace: Microsoft.SPOT.Time
Assembly: Microsoft.SPOT.Time (in microsoft.spot.time.dll)

Syntax

public static TimeServiceStatus LastSyncStatus { get; }

Property Value

The status of the time service.

Remarks

The latest sync status is either scheduled or forced (manual) sync, whichever occurred last. This can be determined from the TimeServiceStatus.Flags field. Optionally, this also returns the latest UTC time.

Version Information

Available in the .NET Micro Framework versions 4.0 and 4.1.

See Also

Reference

TimeService Class
TimeService Members
Microsoft.SPOT.Time Namespace