CreateDate.Second プロパティ

 

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

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

構文

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

プロパティ値

Type: System.Activities.InArgument<Int32>

秒の値を返します。

参照

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

トップに戻る