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