LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

IccDateTime Constructor (IccDateTime)






Number of the year (actual year, e.g. 1994).
Number of the month (1-12).
Number of the day of the month (1-31).
Number of hours (0-23).
Number of minutes (0-59).
Number of seconds (0-59).
Initializes a new IccDateTime with explicit parameters. .NET support
Syntax
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)
public IccDateTime( 
   ushort year,
   ushort month,
   ushort day,
   ushort hours,
   ushort minutes,
   ushort seconds
)
function IccDateTime( 
   year ,
   month ,
   day ,
   hours ,
   minutes ,
   seconds 
)
public:
IccDateTime( 
   ushort year,
   ushort month,
   ushort day,
   ushort hours,
   ushort minutes,
   ushort seconds
)

Parameters

year
Number of the year (actual year, e.g. 1994).
month
Number of the month (1-12).
day
Number of the day of the month (1-31).
hours
Number of hours (0-23).
minutes
Number of minutes (0-59).
seconds
Number of seconds (0-59).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccDateTime Structure
IccDateTime Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.