| Visual Basic (Declaration) | |
|---|---|
| Public Function New( _ ByVal year As Integer, _ ByVal month As Integer, _ ByVal day As Integer _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim year As Integer Dim month As Integer Dim day As Integer Dim instance As New DicomDateValue(year, month, day) | |
Parameters
- year
- Value that represents the year.
- month
- Value that represents the month.
- day
- Value that represents the day.
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)
 
     
     
     
    