Scheduling PeriodStart Date Property
Gets the start date of the planning period.
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 DateTime StartDate { get; }VB
Public ReadOnly Property StartDate As DateTime
GetC++
public:
property DateTime StartDate {
DateTime get ();
}F#
member StartDate : DateTime with get