#CAPTION# getStartTime ————

Get the start time from the model. #END#

#LUA# .. code-block:: lua

startTime, status = oms_getStartTime(cref)

#END#

#PYTHON# .. code-block:: python

startTime, status = oms.getStartTime(cref)

#END#

#CAPI# .. code-block:: c

oms_status_enu_t oms_getStartTime(const char* cref, double* startTime);

#END#

#OMC# .. code-block:: modelica

(startTime, status) := oms_getStartTime(cref);

#END#

#DESCRIPTION# #END#