Touchstone 11.0 API Reference
PctNightShift Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > WorkersCompensationLocation Class : PctNightShift Property
Contains the percentage of covered employees who will be at this Location during the night shift (7 p.m. – 6:59 a.m.).
Syntax
Public Property PctNightShift As Nullable(Of Single)
Dim instance As WorkersCompensationLocation
Dim value As Nullable(Of Single)
 
instance.PctNightShift = value
 
value = instance.PctNightShift
public Nullable<float> PctNightShift {get; set;}
Remarks
Specify the percentage as a decimal greater than 0 and less than 1, for example, 0.12 for "12%."

To use AIR default values, specify X for this property.

This percentage of employees is assumed to be at this Location for twelve hours per day.

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

WorkersCompensationLocation Class
WorkersCompensationLocation Members