| Visual Basic (Declaration) | |
|---|---|
Public Shared ReadOnly Property Now As DicomTimeValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim value As DicomTimeValue value = DicomTimeValue.Now | |
| C# | |
|---|---|
public static DicomTimeValue Now {get;} | |
| C++/CLI | |
|---|---|
public: static property DicomTimeValue Now { DicomTimeValue get(); } | |
Property Value
Returns a DicomTimeValue value containing the current time according to your system.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