Skip to main content

Class DisposableStopwatchArgs

Inheritance

↳ object

    DisposableStopwatchArgs

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Utils

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class DisposableStopwatchArgs

Properties

During

Declaration
public long During { get; set; }
Property value
TypeDescription
long

StartTime

Declaration
public DateTime StartTime { get; }
Property value
TypeDescription
DateTime

EndTime

Declaration
public DateTime EndTime { get; set; }
Property value
TypeDescription
DateTime

Extension Methods