SubtractFromDate.Days プロパティ

 

減算する日数を取得または設定します。

名前空間:   Microsoft.Activities.Expressions
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

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

プロパティ値

Type: System.Activities.InArgument<Int32>

減算する日数を返します。

参照

SubtractFromDate クラス
Microsoft.Activities.Expressions 名前空間

トップに戻る