Touchstone Re 2023 API Reference
PctDayShift Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > WorkersCompensationLocation Class : PctDayShift Property
Contains the percentage of covered employees who will be at this Location during normal working hours (9 a.m. – 4:59 p.m.).
Syntax
Public Property PctDayShift As Nullable(Of Single)
Dim instance As WorkersCompensationLocation
Dim value As Nullable(Of Single)
 
instance.PctDayShift = value
 
value = instance.PctDayShift
public Nullable<float> PctDayShift {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 eight 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