Click or drag to resize

TimeStart Property

Gets or sets the Starting 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 = "start")]
public DateTime Start { get; set; }
Request Example View Source

Property Value

Type: DateTime
The starting time.
See Also