PolicyDefaultWorkTotal Property |
Specifies how many hours to add to time card if time card is actually missing.
Namespace: AMG.API.Definitions.PoliciesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public double DefaultWorkTotal { get; set; }
Public Property DefaultWorkTotal As Double
Get
Set
public:
property double DefaultWorkTotal {
double get ();
void set (double value);
}
member DefaultWorkTotal : float with get, set
Property Value
Type:
DoubleSee Also