Proprietà SubtractFromDate.Days

 

Ottiene o imposta il numero di giorni da sottrarre.

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

Sintassi

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

Valore proprietà

Type: System.Activities.InArgument<Int32>

Restituisce il numero di giorni da sottrarre.

Vedere anche

Classe SubtractFromDate
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio