| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Now As DicomTimeValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static DicomTimeValue Now {get;} | |
| C++/CLI | |
|---|---|
public: static property DicomTimeValue Now { DicomTimeValue get(); } | |
Return Value
Returns a DicomTimeValue value containing the current time according to your system.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code