Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class WorkflowRuntimeTimeExtensions

OptimaJet.Workflow.Core.Runtime.WorkflowRuntimeTimeExtensions

public static class WorkflowRuntimeTimeExtensions

Inheritance

  • System.Object

Methods

public static DateTime? ToRuntimeTime(this WorkflowRuntime runtime, DateTime? dateTime) #

Parameters

Name
Type
Description
runtime
WorkflowRuntime
dateTime
Nullable<DateTime>

Returns

Type
Description
Nullable<DateTime>
public static DateTime ToRuntimeTime(this WorkflowRuntime runtime, DateTime dateTime) #

Parameters

Name
Type
Description
runtime
WorkflowRuntime
dateTime
DateTime

Returns

Type
Description
DateTime