Singer Instruments PIXL Client
UVBulbRemainingDuration Property
Example 



SI.PIXL.Client Namespace > PIXLClient Class : UVBulbRemainingDuration Property
Get the estimated remaining duration of life left on the current UV bulb.
Syntax
'Declaration
 
Public ReadOnly Property UVBulbRemainingDuration As TimeSpan
'Usage
 
Dim instance As PIXLClient
Dim value As TimeSpan
 
value = instance.UVBulbRemainingDuration
public TimeSpan UVBulbRemainingDuration {get;}
public:
property TimeSpan UVBulbRemainingDuration {
   TimeSpan get();
}
Example
This sample shows how to use the UVBulbRemainingDuration property.
// Display the PIXL's total remaining UV bulb duration on the Console.
Console.WriteLine($"PIXL's UV bulb has a remaining life of {pixl.UVBulbRemainingDuration}.");
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PIXLClient Class
PIXLClient Members