次の方法で共有


SubtractFromDate.TimeSpan プロパティ

 

減算する期間全体を取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<TimeSpan>

減算する期間を返します。

参照

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

トップに戻る