GeneralViolationEndTime Property |
An end time for the constraint if available.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.6.0+d1eeb38004e25fffe43abff141daa804550ec994
Syntaxpublic DateTime EndTime { get; }Public ReadOnly Property EndTime As DateTime
Get
public:
property DateTime EndTime {
DateTime get ();
}member EndTime : DateTime with get
Property Value
Type:
DateTime
See Also