Scheduling PeriodEnd Date Property
Gets the end 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 EndDate { get; }VB
Public ReadOnly Property EndDate As DateTime
GetC++
public:
property DateTime EndDate {
DateTime get ();
}F#
member EndDate : DateTime with get