Click or drag to resize

CheckPointTaskStartTime Property

Gets the start time.

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

Property Value

Type: DateTime
The start time.
See Also