Skip to main content

Introducing Formengine - The New Formbuilder, try for FREE formengine.io.

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