CreateTimeSpan.Hours プロパティ

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

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

構文

'宣言
<DependsOnAttribute("Days")> _
Public Property Hours As InArgument(Of Double)
    Get 
    Set
'使用
Dim instance As CreateTimeSpan 
Dim value As InArgument(Of Double)

value = instance.Hours

instance.Hours = value
[DependsOnAttribute("Days")]
public InArgument<double> Hours { get; set; }
[DependsOnAttribute(L"Days")]
public:
property InArgument<double>^ Hours {
    InArgument<double>^ get ();
    void set (InArgument<double>^ value);
}
[<DependsOnAttribute("Days")>]
member Hours : InArgument<float> with get, set
function get Hours () : InArgument<double>
function set Hours (value : InArgument<double>)

プロパティ値

型: System.Activities.InArgument<Double>
時間の値を返します。

関連項目

参照

CreateTimeSpan クラス

Microsoft.Activities.Expressions 名前空間