GetDateFields.Month Property

 

Gets or sets the month value.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(null)]
public OutArgument<int> Month {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property OutArgument<int>^ Month {
    [CompilerGeneratedAttribute]
    OutArgument<int>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<int>^ value);
}
[<DefaultValueAttribute(null)>]
member Month : OutArgument<int> with get, set
<DefaultValueAttribute(Nothing)>
Public Property Month As OutArgument(Of Integer)

Property Value

Type: System.Activities.OutArgument<Int32>

The month value.

See Also

GetDateFields Class
Microsoft.Activities.Expressions Namespace

Return to top