Visual Basic (Declaration) | |
---|---|
Public Property Time2 As DicomTimeValue |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomTimeValue Time2 {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property DicomTimeValue get_Time2(); public: __property void set_Time2( DicomTimeValue value ); |
C++/CLI | |
---|---|
public: property DicomTimeValue Time2 { DicomTimeValue get(); void set (DicomTimeValue value); } |
Return Value
Value indicating the second time in the time range.This value is only significant when Type is set to DicomRangeType.Upper or DicomRangeType.Both.Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family