 | SubProcessBaseStartTime Property |
Gets time that the process was started.
Namespace: ema3d.Api.V25.Core.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic DateTime StartTime { get; }
Public ReadOnly Property StartTime As DateTime
Get
public:
property DateTime StartTime {
DateTime get ();
}
member StartTime : DateTime with get
Property Value
DateTime
See Also