Share via


TimeServiceStatus.TimeServiceStatusFlags Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides values that represent the status of the time sync attempt.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.SPOT.Time
Assembly:  Microsoft.SPOT.Time (in Microsoft.SPOT.Time.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TimeServiceStatusFlags
[FlagsAttribute]
public enum TimeServiceStatusFlags
[FlagsAttribute]
public enum class TimeServiceStatusFlags
[<FlagsAttribute>]
type TimeServiceStatusFlags
public enum TimeServiceStatusFlags

Members

Member name Description
SyncSucceeded The time sync was successful.
SyncFailed The time sync failed.

See Also

Reference

Microsoft.SPOT.Time Namespace