Click or drag to resize
DifferentialHours Class
Container class for hours accrued of differential calculations.
Inheritance Hierarchy
SystemObject
  AMG.API.TimecardDifferentialHours

Namespace: AMG.API.Timecard
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class DifferentialHours

The DifferentialHours type exposes the following members.

Constructors
  NameDescription
Public methodDifferentialHours
Initializes a new instance of the DifferentialHours class
Top
Properties
  NameDescription
Public propertyCoefficient
Differential calculation coefficient
Public propertyHours
Differential hours
Public propertyMode

Differential wage calculation mode

enum DifferentialMode { Add = 0, Multiply = 1 }
Top
See Also