Shift ChangeDate Property
The date in the planning period that this change occurs. This is the date that
the shift starts 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 DateTime Date { get; }VB
Public ReadOnly Property Date As DateTime
GetC++
public:
property DateTime Date {
DateTime get ();
}F#
member Date : DateTime with get