Share via


CreateDate.Minute プロパティ

 

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

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Int32>

分の値を返します。

参照

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

トップに戻る