Leadtools.ColorConversion Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IccDateTime Structure
See Also  Members  
Leadtools.ColorConversion Namespace : IccDateTime Structure



Contains date/time information to be used in the calibrationDateTime tag.

Syntax

Visual Basic (Declaration) 
Public Structure IccDateTime 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As IccDateTime
C# 
public struct IccDateTime : ValueType 
C++/CLI 
public value class IccDateTime : public ValueType 

Example

For an example, refer to IccDateTimeTagType.

Remarks

  • All the date/time number values in a profile shall be in Coordinated Universal Time (UTC, also known as GMT or ZULU Time). Profile writers are required to convert local time to UTC when setting these values.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.ColorConversion.IccDateTime

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also