OpenFLUID.getPeriodBeginDateR Documentation

Returns the simulation period begin date

Description

Returns the simulation period begin date

Usage

OpenFLUID.getPeriodBeginDate(ofblob)

Arguments

ofblob

the simulation definition blob

Value

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

See Also

OpenFLUID.setPeriodBeginDate

OpenFLUID.getPeriodEndDate

OpenFLUID.setPeriodEndDate

Examples

## Not run: 
bdate = OpenFLUID.getPeriodBeginDate(ofsim)

## End(Not run)