OpenFLUID.setPeriodEndDateR Documentation

Sets the end date of the simulation period

Description

Sets the end date of the simulation period

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)