SchedulingPeriodEndDate Property |
Gets the end date of the planning period.
Namespace:
ASAP.NRP.Core
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic DateTime EndDate { get; }
Public ReadOnly Property EndDate As DateTime
Get
public:
property DateTime EndDate {
DateTime get ();
}
member EndDate : DateTime with get
Property Value
Type:
DateTime
See Also