DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomAssociation Class / ConnectionDateTime Property



In This Topic
    ConnectionDateTime Property
    In This Topic
    Time of DICOM connection being open, this property gets set automatically in DicomServer's Association Request handler
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConnectionDateTime As Date
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As Date
     
    value = instance.ConnectionDateTime
    public DateTime ConnectionDateTime {get;}
    public:
    property DateTime ConnectionDateTime {
       DateTime get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also