SchedulingPeriodParserParse Method (String) |
Parses the problem XML.
Namespace:
ASAP.NRP.Core.Parsers
Assembly:
NRP (in NRP.dll) Version: 3.49.0+539d3dcf73518163e952c8abb92256bf56ba5029
Syntaxpublic SchedulingPeriod Parse(
string filePath
)
Public Function Parse (
filePath As String
) As SchedulingPeriod
public:
SchedulingPeriod^ Parse(
String^ filePath
)
member Parse :
filePath : string -> SchedulingPeriod
Parameters
- filePath
- Type: SystemString
The XML file to parse.
Return Value
Type:
SchedulingPeriodThe parsed SchedulingPeriod.
See Also