 |
CloseDetailV1AverageTimeHours Property |
Hours part of the average time to complete the activity
Namespace:
ASI.TAM.API.Data.UI.Activity
Assembly:
ASI.TAM.API.Data.UI.Activity (in ASI.TAM.API.Data.UI.Activity.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<short> AverageTimeHours { get; set; }
Public Property AverageTimeHours As Nullable(Of Short)
Get
Set
Dim instance As CloseDetailV1
Dim value As Nullable(Of Short)
value = instance.AverageTimeHours
instance.AverageTimeHours = value
Property Value
Type:
NullableInt16
AverageTimeHours As Short?.
Remarks Note |
---|
- Name - AverageTimeHours
- Is Identity - False
- Allow Negatives - False
- Min Value - 0
- MaxValue - 99
|
See Also