OpenFLUID.getPeriodEndDateR Documentation

Returns the simulation period end date

Description

Returns the simulation period end date

Usage

OpenFLUID.getPeriodEndDate(ofblob)

Arguments

ofblob

the simulation definition blob

Value

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

See Also

OpenFLUID.setPeriodEndDate

OpenFLUID.getPeriodBeginDate

OpenFLUID.setPeriodBeginDate

Examples

## Not run: 
edate = OpenFLUID.getPeriodEndDate(ofsim)

## End(Not run)