Share via


GetElapsedDays.ExcludeWeekends プロパティ

 

計算で週末を除外するかどうかを取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Boolean>

計算で週末を除外するかどうかを返します。

参照

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

トップに戻る