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