CreateTimeSpan.Hours プロパティ

 

時間の値を取得または設定します。

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Double>

時間の値を返します。

参照

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

トップに戻る