Proprietà AddToDate.Days

 

Ottiene o imposta il valore dei giorni.

Spazio dei nomi:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

[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)

Valore proprietà

Type: System.Activities.InArgument<Double>

Restituisce il valore dei giorni.

Vedere anche

Classe AddToDate
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio