Skip to content

P_CodeJam_PerfTests_Running_Core_CompetitionState_Elapsed

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionState.Elapsed Property

Time elapsed since start of the competition.

Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public TimeSpan Elapsed { get; }

VB

Public ReadOnly Property Elapsed As TimeSpan
	Get

F#

member Elapsed : TimeSpan with get

Property Value

Type: TimeSpan
Time elapsed since start of the competition.

See Also

Reference

CompetitionState Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally