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.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic DateTime? EndTimeUtc { get; set; }Property Value
NullableDateTime
RemarksIf both start-time and end-time are specified then the end-time must be greater than or equal to the start-time.
See Also