Skip to main content

Class WorkflowRuntimeTimeExtensions

Inheritance

↳ object

    WorkflowRuntimeTimeExtensions

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public static class WorkflowRuntimeTimeExtensions

Methods

ToRuntimeTime(WorkflowRuntime, DateTime?)

Declaration
public static DateTime? ToRuntimeTime(this WorkflowRuntime runtime, DateTime? dateTime)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
DateTime?dateTime
Returns
TypeDescription
DateTime?

ToRuntimeTime(WorkflowRuntime, DateTime)

Declaration
public static DateTime ToRuntimeTime(this WorkflowRuntime runtime, DateTime dateTime)
Parameters
TypeNameDescription
WorkflowRuntimeruntime
DateTimedateTime
Returns
TypeDescription
DateTime