EventDateTime Property

Summary

Gets or sets the date range.

Syntax
C#
VB
C++
[EntityElementAttribute()] 
public DateRange EventDateTime { get; set; } 
  
Public Property EventDateTime As DateRange 
public: 
property DateRange^ EventDateTime { 
   DateRange^ get(); 
   void set (    DateRange^ ); 
} 

Property Value

A Leadtools.Dicom.Common.DataTypes.DateRange object to query for event logs.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly