Calculates the duration of work between two fixed dates according to the work schedule defined in the named calendar. The calendar used is the "Standard" calendar. If this calendar does not exist, and exception will be thrown.
Overload List
Calculates the duration of work between two fixed dates according to the work schedule defined in the named calendar. The calendar used is the "Standard" calendar. If this calendar does not exist, and exception will be thrown.
public virtual Duration GetDuration(DateTime,DateTime);
Calculates the duration of work between two fixed dates according to the work schedule defined in the named calendar. The name of the calendar to be used is passed as an argument.
public virtual Duration GetDuration(string,DateTime,DateTime);
See Also
MPXFile Class | Aspose.Tasks Namespace