Свойство GetDateFields.Hour

 

Получает или задает значение часов.

Пространство имен:   Microsoft.Activities.Expressions
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

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

Значение свойства

Type: System.Activities.OutArgument<Int32>

Значение часа.

См. также

GetDateFields - класс
Microsoft.Activities.Expressions - пространство имен

Вернуться в начало