Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the duration value in a multilanguage lookup table of the Duration type.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_DUR As Integer
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim value As Integer
value = instance.LT_VALUE_DUR
instance.LT_VALUE_DUR = value
public int LT_VALUE_DUR { get; set; }
Property value
Type: System.Int32
Remarks
The duration value is in tenths of a minute. For example, if the working day is eight hours, the duration value for one working day is 4800 (8 hours x 60 minutes/hour x 10 tenths/minute). If the LT_VALUE_DUR is specified, the LT_VALUE_DUR_FMT must also be specified.
If the lookup table is not a Duration type, then the LT_VALUE_DUR property is a null reference (Nothing in Visual Basic).
See also
Reference
LookupTableMultiLangDataSet.LookupTableValuesRow class