Returns a time clock rounding rule listing.
GetEmployeeTimeClockRoundingRulesListing(IncludeDeleted AS Boolean)
XML String
IncludeDeleted = Select to include deleted records in the results.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cRoundingType |
String |
40 |
Name of the rounding rule. |
|
lRoundOnQtrHour |
Boolean |
1 |
Indicates whether punch in/out times round to the nearest quarter hour. |
|
nEarlyRoundFwd |
Decimal |
2 |
Minute interval at which punch in times are rounded to. |
|
lNoMoreThan15MinEarly |
Boolean |
1 |
Indicates whether employees are restricted from punching in more than 15 minutes before their scheduled start time. |
|
nLateRoundBack |
Decimal |
2 |
Minute interval at which punch out times round to. |
|
dDateDel |
DateTime |
8 |
Date deleted. |