AddUtilReasonGrp(String,Int32,DateTime) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The AddUtilReasonGrp() method adds a new utilization reason group. This overload of the method includes the date and time of the group's creation.
'Declaration
Public Overloads Shared Function AddUtilReasonGrp( _
ByVal reasonGrpDesc As String, _
ByVal displaySeq As Integer, _
ByRef LastEditAt As Date _
) As Integer
public static int AddUtilReasonGrp(
string reasonGrpDesc,
int displaySeq,
out DateTime LastEditAt
)
Parameters
- reasonGrpDesc
- Required. Holds the utilization reason group's description.
- displaySeq
- Required. Holds the utilization reason group's display sequence number.
- LastEditAt
- Output. Holds the date/time of the group's creation.
Return Value
Returns an integer that is the new reason group ID.