Click or drag to resize

HourRangesGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public IEnumerator<TimeRange> GetEnumerator()
Request Example View Source

Return Value

Type: IEnumeratorTimeRange
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also