OpenFLUID.getPeriodEndDateR Documentation

Returns the end date of the simulation period

Description

Returns the end date of the simulation period

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)