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

Month Property






Gets or sets the number of months. .NET support
Syntax
public ushort Month {get; set;}
'Declaration
 
Public Property Month As UShort
'Usage
 
Dim instance As IccDateTime
Dim value As UShort
 
instance.Month = value
 
value = instance.Month
public ushort Month {get; set;}
 get_Month();
set_Month(value);
public:
property ushort Month {
   ushort get();
   void set (    ushort value);
}

Property Value

Number of the month (1-12).
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.