RosterGetPenaltyForShiftTypeCover Method

Note: This API is now obsolete.
This has been left in for backwards compatibility and decimal values are rounded upwards. Use GetPenaltyForShiftCover instead (which returns a double).

Definition

Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
[ObsoleteAttribute("Use GetPenaltyForShiftCover(string ShiftTypeID) (which returns a double) instead.")]
public int GetPenaltyForShiftTypeCover(
	string ShiftTypeID
)

Parameters

ShiftTypeID  String
The ShiftTypeID.

Return Value

Int32
The cover penalty.

See Also