DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / ConnectionDateTime Property






    ConnectionDateTime Property
    Time of DICOM connection being open, this property gets set automatically in DicomServer's Association Request handler
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ConnectionDateTime As System.Date
     
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim value As System.Date
     
    value = instance.ConnectionDateTime
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also