Proprietà GetDateFields.Second

 

Ottiene o imposta il valore dei secondi.

Spazio dei nomi:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Sintassi

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

Valore proprietà

Type: System.Activities.OutArgument<Int32>

Valore dei secondi.

Vedere anche

Classe GetDateFields
Spazio dei nomi Microsoft.Activities.Expressions

Torna all'inizio