SubtractFromDate.Seconds Property

 

Gets or sets the number of days to subtract.

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

Syntax

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

Property Value

Type: System.Activities.InArgument<Int32>

Returns the number of days to subtract.

See Also

SubtractFromDate Class
Microsoft.Activities.Expressions Namespace

Return to top