bdeSetInitialTime

Takes model and time and sets the initial time value.

Syntax

bdeSetInitialTime(model, time)

Inputs

model
Model who's initial time value is being set.
Type: diagram
time
Value to set the initial time to.
Type: string

Examples

Set a model's initial time:
model = bdeGetCurrentModel();
	  bdeSetInitialTime(model, time)