Shift ChangeDay Index Property
The day index of the planning period that the change occurs on.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
public int DayIndex { get; }VB
Public ReadOnly Property DayIndex As Integer
GetC++
public:
property int DayIndex {
int get ();
}F#
member DayIndex : int with get