Click or drag to resize

HourRangesItem Property

Gets or sets the TimeRange at the specified index.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public TimeRange this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: TimeRange
The TimeRange.

Return Value

Type: TimeRange
The TimeRange
See Also