PerformanceMeasurementArgsElapsed Property |
Gets the measured elapsed time.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic TimeSpan Elapsed { get; }
Public ReadOnly Property Elapsed As TimeSpan
Get
public:
property TimeSpan^ Elapsed {
TimeSpan^ get ();
}
member Elapsed : TimeSpan with get
Property Value
Type:
TimeSpan
The elapsed ticks.
See Also