Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
Leadtools.ColorConversion Namespace > IccDateTime Structure : IccDateTime Constructor |
public IccDateTime( ushort year, ushort month, ushort day, ushort hours, ushort minutes, ushort seconds )
'Declaration Public Function New( _ ByVal year As UShort, _ ByVal month As UShort, _ ByVal day As UShort, _ ByVal hours As UShort, _ ByVal minutes As UShort, _ ByVal seconds As UShort _ )
'Usage Dim year As UShort Dim month As UShort Dim day As UShort Dim hours As UShort Dim minutes As UShort Dim seconds As UShort Dim instance As New IccDateTime(year, month, day, hours, minutes, seconds)