←Select platform

IccDateTime Constructor

Summary
Initializes a new IccDateTime with explicit parameters.
Syntax
C#
C++/CLI
Python
public IccDateTime( 
   ushort year, 
   ushort month, 
   ushort day, 
   ushort hours, 
   ushort minutes, 
   ushort seconds 
) 
public: 
IccDateTime(  
   ushort year, 
   ushort month, 
   ushort day, 
   ushort hours, 
   ushort minutes, 
   ushort seconds 
) 
__init__(self,year,month,day,hours,minutes,seconds) # Overloaded constructor 

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.