Click or drag to resize

DataObjectHistoryLoadOptionsToDate Property

Only history entries that happened on or before this datetime will be loaded. If ToDate is DateTime.MinValue the option will be ignored.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public DateTime ToDate { get; set; }

Property Value

Type: DateTime
See Also