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.
The duration format specifies the unit of duration, such as days or weeks, in a lookup table of the Duration type.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_VALUE_DUR_FMT As Byte
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As Byte
value = instance.LT_VALUE_DUR_FMT
instance.LT_VALUE_DUR_FMT = value
public byte LT_VALUE_DUR_FMT { get; set; }
Property value
Type: System.Byte
Remarks
the lookup table is not a Duration type, then the LT_VALUE_DUR_FMT property is a null reference (Nothing in Visual Basic). For an enumeration of duration format values, see Task.DurationFormat.
Valid values of duration format
Duration format |
Value |
|---|---|
Minutes |
3 |
Elapsed minutes |
4 |
Hours |
5 |
Elapsed hours |
6 |
Days |
7 |
Elapsed days |
8 |
Weeks |
9 |
Elapsed weeks |
10 |
Months |
11 |
Elapsed months |
12 |
If the LT_VALUE_DUR_FMT is specified, the LT_VALUE_DUR must also be specified.
See also
Reference
LookupTableDataSet.LookupTableTreesRow class