clsModGlobal..::..computeEndDateTime Method
Computes the end date time.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static DateTime computeEndDateTime( DateTime oStartDateTime, int duration, string incrementType, bool includeWeekends, string sTimezone )
Parameters
- oStartDateTime
- Type: DateTime
The o start date time.
- duration
- Type: Int32
The duration.
- incrementType
- Type: String
Type of the increment.
- includeWeekends
- Type: Boolean
if set to true [include weekends].
- sTimezone
- Type: String
The s timezone.