Свойство AddToDate.Hours

 

Возвращает или задает значение часов.

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

Синтаксис

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

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

Type: System.Activities.InArgument<Double>

Возвращает значение часов.

См. также

Класс AddToDate
Пространство имен Microsoft.Activities.Expressions

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