GetDate Class

Definition

Activity to invoke the Microsoft.PowerShell.Utility\Get-Date command in a Workflow.

public sealed class GetDate : Microsoft.PowerShell.Activities.PSRemotingActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Microsoft.PowerShell.Activities.PSRemotingActivity

Constructors

GetDate()

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

Properties

Date

Provides access to the Date parameter.

Day

Provides access to the Day parameter.

DisplayHint

Provides access to the DisplayHint parameter.

Format

Provides access to the Format parameter.

Hour

Provides access to the Hour parameter.

Millisecond

Provides access to the Millisecond parameter.

Minute

Provides access to the Minute parameter.

Month

Provides access to the Month parameter.

PSCommandName

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

Second

Provides access to the Second parameter.

UFormat

Provides access to the UFormat parameter.

Year

Provides access to the Year parameter.