LampArrayUpdateRequestedEventArgs.SinceStarted Property

Definition

Gets the time since the effect was started.

public:
 property TimeSpan SinceStarted { TimeSpan get(); };
TimeSpan SinceStarted();
public System.TimeSpan SinceStarted { get; }
var timeSpan = lampArrayUpdateRequestedEventArgs.sinceStarted;
Public ReadOnly Property SinceStarted As TimeSpan

Property Value

Time value of the time since the effect started.

Examples

LampArray sample

Demonstrates how to control RGB lighting of peripheral devices using the Windows.Devices.Lights and Windows.Devices.Lights.Effects APIs.

AutoRGB Sample

Demonstrates how to extract a single, representative color from a desktop screen and use it to illuminate LED lamps on a connected RGB device.

Remarks

Will always be 0 at the start of a playlist iteration.

Applies to

See also