NewTimeSpan Class

Definition

Activity to invoke the Microsoft.PowerShell.Utility\New-TimeSpan command in a Workflow.

public sealed class NewTimeSpan : Microsoft.PowerShell.Activities.PSActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Constructors

NewTimeSpan()

Gets the display name of the command invoked by this activity.

Properties

Days

Provides access to the Days parameter.

End

Provides access to the End parameter.

Hours

Provides access to the Hours parameter.

Minutes

Provides access to the Minutes parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

Seconds

Provides access to the Seconds parameter.

Start

Provides access to the Start parameter.