OpenFLUID.getPeriodBeginDateR Documentation

Returns the begin date of the simulation period

Description

Returns the begin date of the simulation period

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)