SchedulingPeriodParserParse(String) Method

Parses the problem XML.

Definition

Namespace: ASAP.NRP.Core.Parsers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public SchedulingPeriod Parse(
	string filePath
)

Parameters

filePath  String
The XML file to parse.

Return Value

SchedulingPeriod
The parsed SchedulingPeriod.

See Also