Determines whether this instance is null.
             
             
             
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Function IsNull() As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Time
Dim value As Boolean
 
value = instance.IsNull()
  | 
 
| Managed Extensions for C++ |   | 
|---|
public: bool IsNull();   | 
 
| C++/CLI |   | 
|---|
public:
bool IsNull();   | 
 
             
             
            Return Value
True if this instance is null; otherwise, 
false.
            
  
             
             
             
             
            
            
            
Requirements
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
 
            
            
See Also