Share via


AddToDate.Days Property

 

Gets or sets the days value.

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

Syntax

[OverloadGroupAttribute("TimeSpanFragments")]
[DependsOnAttribute("Months")]
[DefaultValueAttribute(null)]
public InArgument<double> Days {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[OverloadGroupAttribute("TimeSpanFragments")]
[DependsOnAttribute("Months")]
[DefaultValueAttribute(null)]
property InArgument<double>^ Days {
    [CompilerGeneratedAttribute]
    InArgument<double>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<double>^ value);
}
[<OverloadGroupAttribute("TimeSpanFragments")>]
[<DependsOnAttribute("Months")>]
[<DefaultValueAttribute(null)>]
member Days : InArgument<float> with get, set
<OverloadGroupAttribute("TimeSpanFragments")>
<DependsOnAttribute("Months")>
<DefaultValueAttribute(Nothing)>
Public Property Days As InArgument(Of Double)

Property Value

Type: System.Activities.InArgument<Double>

Returns the days value.

See Also

AddToDate Class
Microsoft.Activities.Expressions Namespace

Return to top