MiscEntryAccrueTowardsOT Property |
Indicates if the duration of the transaction should be taken into consideration when calculating overtime hours.
Namespace: AMG.API.TimecardAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public Nullable<bool> AccrueTowardsOT { get; set; }
Public Property AccrueTowardsOT As Nullable(Of Boolean)
Get
Set
public:
property Nullable<bool> AccrueTowardsOT {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member AccrueTowardsOT : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also