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