CreateTimeSpan.Minutes プロパティ

 

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

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Double>

分の値を返します。

参照

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

トップに戻る