TimePeriodsFind Method (TimePeriodType) |
Get the time period descriptor for the specified period.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public TimePeriod Find(
TimePeriodType periodType
)
Public Function Find (
periodType As TimePeriodType
) As TimePeriod
Parameters
- periodType
- Type: NetQuarryTimePeriodType
The period in question.
Return Value
Type:
TimePeriodThe corresponding time period descriptor if a match is found, else null.
See Also