Proprietà SubtractFromDate.Seconds

 

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> Seconds {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[OverloadGroupAttribute("TimeSpanFragments")]
[DefaultValueAttribute(null)]
property InArgument<int>^ Seconds {
    [CompilerGeneratedAttribute]
    InArgument<int>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<int>^ value);
}
[<OverloadGroupAttribute("TimeSpanFragments")>]
[<DefaultValueAttribute(null)>]
member Seconds : InArgument<int> with get, set
<OverloadGroupAttribute("TimeSpanFragments")>
<DefaultValueAttribute(Nothing)>
Public Property Seconds 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