Gets or sets the scenario's start time.

Namespace:  Sim4bpm.ScenarioDefinition.ObjectModel
Assembly:  Sim4bpm.ScenarioDefinition.ObjectModel (in Sim4bpm.ScenarioDefinition.ObjectModel.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Start { get; set; }
Visual Basic
Public Property Start As String
Visual C++
public:
property String^ Start {
	String^ get ();
	void set (String^ value);
}

Field Value

The start time.

Remarks

If the scenario is calendar based, this specifies the scenario starting date/time. For example, 9/21/2009 12:00:00 AM. If the scenario is not calendar based, this element is not required, and if present could be ignored.

See Also