Click or drag to resize

TimeEnd Property

Gets or sets the End time. Note: Each gateway may interpret this time differently according to its time zone.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "end")]
public DateTime End { get; set; }
Request Example View Source

Property Value

Type: DateTime
The end time.
See Also