Click or drag to resize
RoundingDetail Class
Container class for a rounding rule.
Inheritance Hierarchy
SystemObject
  AMG.API.Definitions.ShiftsRoundingDetail

Namespace: AMG.API.Definitions.Shifts
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class RoundingDetail

The RoundingDetail type exposes the following members.

Constructors
  NameDescription
Public methodRoundingDetail
Initializes a new instance of the RoundingDetail class
Top
Properties
  NameDescription
Public propertyAttendanceCodeId
Optional Attendance Code ID for the rounding rule.
Public propertyRound
Indicates if this rule changes transaction's time to the value mentioned in RoundTo.
Public propertyRoundTo
If Round is set, this value is used to change transaction's time.
Public propertyValue
Starting value for the rounding rule in minutes.
Top
See Also