Skip to content

P_CodeJam_PerfTests_Running_Messages_Message_Elapsed

andrewvk edited this page Nov 8, 2016 · 2 revisions

Message.Elapsed Property

Time elapsed since start of the competition.

Namespace: CodeJam.PerfTests.Running.Messages
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#

abstract Elapsed : TimeSpan with get
override Elapsed : TimeSpan with get

Property Value

Type: TimeSpan
Time elapsed since start of the competition.

Implements

IMessage.Elapsed

See Also

Reference

Message Class
CodeJam.PerfTests.Running.Messages Namespace

Clone this wiki locally