Share via


CreateDate.Hour プロパティ

 

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

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

構文

[DependsOnAttribute("Day")]
[DefaultValueAttribute(null)]
public InArgument<int> Hour {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DependsOnAttribute("Day")]
[DefaultValueAttribute(null)]
property InArgument<int>^ Hour {
    [CompilerGeneratedAttribute]
    InArgument<int>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<int>^ value);
}
[<DependsOnAttribute("Day")>]
[<DefaultValueAttribute(null)>]
member Hour : InArgument<int> with get, set
<DependsOnAttribute("Day")>
<DefaultValueAttribute(Nothing)>
Public Property Hour As InArgument(Of Integer)

プロパティ値

Type: System.Activities.InArgument<Int32>

時間の値を返します。

参照

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

トップに戻る