Employee InfoFixed Days Field
True if the day has a fixed shift or fixed day off.
Definition
Namespace: ASAP.NRP.Core
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public bool[] FixedDaysVB
Public FixedDays As Boolean()C++
public:
array<bool>^ FixedDaysF#
val mutable FixedDays: bool[]