OpenFLUID.setPeriodBeginDateR Documentation

Sets the begin date of the simulation period

Description

Sets the begin date of the simulation period

Usage

OpenFLUID.setPeriodBeginDate(ofblob, begindate)

Arguments

ofblob

the simulation definition blob

begindate

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

See Also

OpenFLUID.getPeriodBeginDate

OpenFLUID.setPeriodEndDate

OpenFLUID.getPeriodEndDate

Examples

## Not run: 
OpenFLUID.setPeriodBeginDate(ofsim, "1997-06-05 04:00:00")

## End(Not run)