←Select platform

IsEmpty Method (DicomDateTimeValueHelper)

Summary

Gets a value indicating whether the specified DicomDateTimeValue structure is empty.

Syntax

C#
VB
WinRT C#
C++
public static bool IsEmpty(  
   Leadtools.Dicom.DicomDateTimeValue value 
) 
Public Shared Function IsEmpty( _ 
   ByVal value As Leadtools.Dicom.DicomDateTimeValue _ 
) As Boolean 
public static bool IsEmpty(  
   Leadtools.Dicom.DicomDateTimeValue value 
) 
 function Leadtools.Dicom.DicomDateTimeValueHelper.IsEmpty(  
   value  
) 
public: 
static bool IsEmpty(  
   Leadtools.Dicom.DicomDateTimeValue value 
)  

Parameters

value
The DicomDateTimeValue to test.

Return Value

true if this DicomDateTimeValue structure is empty; otherwise, false.

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 Assembly