Share via


LastExpiration Property

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

Gets the TimeSpan value of the last expiration of the current timer.

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

Syntax

'Declaration
Public ReadOnly Property LastExpiration As TimeSpan
public TimeSpan LastExpiration { get; }
public:
property TimeSpan LastExpiration {
    TimeSpan get ();
}
member LastExpiration : TimeSpan
function get LastExpiration () : TimeSpan

Property Value

Type: System. . :: . .TimeSpan
The value of the last expiration of the current timer.

.NET Framework Security

See Also

Reference

ExtendedTimer Class

Microsoft.SPOT Namespace