| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Empty As DicomTimeValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As DicomTimeValue value = DicomTimeValue.Empty | |
| C# | |
|---|---|
public static DicomTimeValue Empty {get;} | |
| C++/CLI | |
|---|---|
public: static property DicomTimeValue Empty { DicomTimeValue get(); } | |
Property Value
A new instance of a DicomTimeValue structure with member data left uninitialized.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code