GetTimeSpanFields.TotalSeconds プロパティ

 

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

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

構文

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

プロパティ値

Type: System.Activities.OutArgument<Double>

合計秒数を返します。

参照

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

トップに戻る