←Select platform

RelativeTimeUnits Property

Summary

Gets or sets the RelativeTimeUnits used by the RelativeTime property for this TimeBasedImageSet.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.RelativeTimeUnits)] 
public Nullable<RelativeTimeUnits> RelativeTimeUnits { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471162)>  
Public Property RelativeTimeUnits() As System.Nullable(Of Leadtools.Dicom.Common.DataTypes.HangingProtocol.RelativeTimeUnits) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471162)] 
   property System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::RelativeTimeUnits^> RelativeTimeUnits 
   { 
      System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::RelativeTimeUnits^> get() 
      void set(System::Nullable<Leadtools::Dicom::Common::DataTypes::HangingProtocol::RelativeTimeUnits^> value) 
   } 

Property Value

The RelativeTimeUnits used by the RelativeTime property for this TimeBasedImageSet.

Remarks

See RelativeTime and AbstractPriorValue for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly