ExtendedTimer.TimeEvents Enumeration

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

Defines the various timer events that are available in the .NET Micro Framework.

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

Syntax

'Declaration
Public Enumeration TimeEvents
public enum TimeEvents
public enum class TimeEvents
type TimeEvents
public enum TimeEvents

Members

Member name Description
Second An event that occurs on a change in seconds.
Minute An event that occurs on a change in minutes.
Hour An event that occurs on a change in hours.
Day An event that occurs on a change in days.
TimeZone An event that occurs on a change in time zones.
SetTime An event that occurs at a specified time.

See Also

Reference

Microsoft.SPOT Namespace