Touchstone Re 2023 API Reference
PctEveningShift Property


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace > WorkersCompensationLocation Class : PctEveningShift Property
Contains the percentage of covered employees who will be at this Location during evening hours or during typical commute times (7 a.m. – 8:59 a.m., 5 p.m. – 6:59 p.m.).
Syntax
Public Property PctEveningShift As Nullable(Of Single)
Dim instance As WorkersCompensationLocation
Dim value As Nullable(Of Single)
 
instance.PctEveningShift = value
 
value = instance.PctEveningShift
public Nullable<float> PctEveningShift {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 four hours per day.

Note: This property is ignored for the Japan Personal Accident model.

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