Click or drag to resize

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
)

Parameters

periodType
Type: NetQuarryTimePeriodType
The period in question.

Return Value

Type: TimePeriod
The corresponding time period descriptor if a match is found, else null.
See Also