GetTimeSpanFields.TotalHours プロパティ

 

合計時間数を取得または設定します。

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

構文

[OverloadGroupAttribute("Total")]
[DefaultValueAttribute(null)]
public OutArgument<double> TotalHours {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[OverloadGroupAttribute("Total")]
[DefaultValueAttribute(null)]
property OutArgument<double>^ TotalHours {
    [CompilerGeneratedAttribute]
    OutArgument<double>^ get();
    [CompilerGeneratedAttribute]
    void set(OutArgument<double>^ value);
}
[<OverloadGroupAttribute("Total")>]
[<DefaultValueAttribute(null)>]
member TotalHours : OutArgument<float> with get, set
<OverloadGroupAttribute("Total")>
<DefaultValueAttribute(Nothing)>
Public Property TotalHours As OutArgument(Of Double)

プロパティ値

Type: System.Activities.OutArgument<Double>

合計時間数を返します。

参照

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

トップに戻る