| CreatePeriod Method | |
| See Also Example |
- pIPeriodCategory
- PeriodCategory data structure input.
Returns the PeriodCategoryParams Identification Key (PeriodCategory Key) based on the PeriodCategory data structure.
| Visual Basic |
|---|
Public Function CreatePeriod( _
   ByVal pIPeriodCategory As PeriodCategory _
) As PeriodCategoryParams |
- pIPeriodCategory
- PeriodCategory data structure input.
The following is a VB.NET sample that creates new period categories and returns its parameters.
| CreatePeriod (Visual Basic) | Copy Code | |
|---|---|---|
| ||