OpenFLUID.setPeriodBeginDateR Documentation

Sets the simulation period begin date

Description

Sets the simulation period begin date

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)