ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.Icc.Types Namespace / ICCDateTime Class / ICCDateTime Constructor

In This Topic
    ICCDateTime Constructor
    In This Topic
    Construct an ICCDateTime from parts
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal year As Short, _
       ByVal month As Short, _
       ByVal day As Short, _
       ByVal hour As Short, _
       ByVal minute As Short, _
       ByVal second As Short _
    )
    public ICCDateTime( 
       short year,
       short month,
       short day,
       short hour,
       short minute,
       short second
    )

    Parameters

    year
    month
    day
    hour
    minute
    second
    See Also