OpenFLUID.setPeriodEndDateR Documentation

Sets the simulation period end date

Description

Sets the simulation period end date

Usage

OpenFLUID.setPeriodEndDate(ofblob, enddate)

Arguments

ofblob

the simulation definition blob

enddate

the end date as an ISO datetime string (%Y-%m-%d %H:%M:%S)

See Also

OpenFLUID.getPeriodEndDate

OpenFLUID.setPeriodBeginDate

OpenFLUID.getPeriodBeginDate

Examples

## Not run: 
OpenFLUID.setPeriodEndDate(ofsim,"1997-06-05 16:07:17")

## End(Not run)