Creates a new
DicomDateValue with the specified values.
public static DicomDateValue Create(
int ,
int ,
int
)
'Declaration
Public Overloads Shared Function Create( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As DicomDateValue
'Usage
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim value As DicomDateValue
value = DicomDateValueHelper.Create(year, month, day)
function Leadtools.Dicom.DicomDateValueHelper.Create(Int32,Int32,Int32)(
year ,
month ,
day
)
public:
static DicomDateValue Create(
int ,
int ,
int
)
Parameters
- year
- Value that represents the year.
- month
- Value that represents the month.
- day
- Value that represents the day.
Return Value
A new
DicomDateValue with the specified values.