deDesign..::..getVersionUpgradeHistoryByDate Method
Gets the version upgrade history by date.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public DataTable getVersionUpgradeHistoryByDate( DateTime oStartDate, DateTime oEndDate )
Public Function getVersionUpgradeHistoryByDate ( _ oStartDate As DateTime, _ oEndDate As DateTime _ ) As DataTable
public: DataTable^ getVersionUpgradeHistoryByDate( DateTime^ oStartDate, DateTime^ oEndDate )
Parameters
- oStartDate
- Type: DateTime
The o start date.
- oEndDate
- Type: DateTime
The o end date.