ComponentOne PDF for .NET
CSJ2K.Icc Namespace / ICCProfile Class / getICCDateTime Method
array containing the ICCProfileVersion representation
start of the rep in the array

In This Topic
    getICCDateTime Method (ICCProfile)
    In This Topic
    Create an ICCDateTime from byte [] input
    Syntax
    'Declaration
     
    
    Public Shared Function getICCDateTime( _
       ByVal data() As Byte, _
       ByVal offset As Integer _
    ) As ICCDateTime
    public static ICCDateTime getICCDateTime( 
       byte[] data,
       int offset
    )

    Parameters

    data
    array containing the ICCProfileVersion representation
    offset
    start of the rep in the array

    Return Value

    the created ICCProfileVersion
    See Also