bdeGetInitialTime

Takes model and returns the value stored in the initial time.

Syntax

time = bdeGetInitialTime(model)

Inputs

model
Model used to get the intial time.
Type: diagram

Outputs

time
The initial time of the model.
Type: string

Examples

Get the initial time:
model = bdeGetCurrentModel();
	  time = bdeGetInitialTime(model)
time = 0