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
Syntaxpublic class DisposableStopwatchArgs
Properties
During
Declarationpublic long During { get; set; }
Type | Description |
---|---|
long |
StartTime
Declarationpublic DateTime StartTime { get; }
Type | Description |
---|---|
DateTime |
EndTime
Declarationpublic DateTime EndTime { get; set; }
Type | Description |
---|---|
DateTime |