Gets or sets the date range.
[EntityElementAttribute()]
public DateRange EventDateTime { get; set; }
Public Property EventDateTime As Leadtools.Dicom.Common.Datatypes.DateRange
public:
property Leadtools.Dicom.Common.Datatypes.DateRange^ EventDateTime {
Leadtools.Dicom.Common.Datatypes.DateRange^ get();
void set ( Leadtools.Dicom.Common.Datatypes.DateRange^ );
}
A Leadtools.Dicom.Common.DataTypes.DateRange object to query for event logs.
Set this value to null to ignore this field for all matchings.
Set the Leadtools.Dicom.Common.DataTypes.DateRange.StartDate to null to search for all event logs until the given Leadtools.Dicom.Common.DataTypes.DateRange.EndDate.
Set the Leadtools.Dicom.Common.DataTypes.DateRange.EndDate to null to search for all event logs starting from the given Leadtools.Dicom.Common.DataTypes.DateRange.StartDate.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET