Singer Instruments PIXL Client
RemainingUVSterilisationTime Property
Example 



SI.PIXL.Client Namespace > PIXLClient Class : RemainingUVSterilisationTime Property
Get the remaining UV sterilisation time.
Syntax
'Declaration
 
Public ReadOnly Property RemainingUVSterilisationTime As TimeSpan
'Usage
 
Dim instance As PIXLClient
Dim value As TimeSpan
 
value = instance.RemainingUVSterilisationTime
public TimeSpan RemainingUVSterilisationTime {get;}
public:
property TimeSpan RemainingUVSterilisationTime {
   TimeSpan get();
}
Example
This sample shows how to use the RemainingUVSterilisationTime property.
// Display the PIXL's total remaining UV sterilisation duration on the Console.
Console.WriteLine($"PIXL's UV sterilisation has a remaining duration of {pixl.RemainingUVSterilisationTime}.");
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