Click or drag to resize

LogbookSearchParametersEndTimeUtc Property

If this property is not null, only events with an event time less than or equal to the specified time are searched.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public DateTime? EndTimeUtc { get; set; }

Property Value

NullableDateTime
Remarks
If both start-time and end-time are specified then the end-time must be greater than or equal to the start-time.
See Also