Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

Day Property






Gets or sets the number of the day of the month.
Syntax
public ushort Day {get; set;}
'Declaration
 
Public Property Day As UShort
'Usage
 
Dim instance As IccDateTime
Dim value As UShort
 
instance.Day = value
 
value = instance.Day

            

            
public:
property ushort Day {
   ushort get();
   void set (    ushort value);
}

Property Value

Number of the day of the month (1-31).
Requirements

Target Platforms

See Also

Reference

IccDateTime Structure
IccDateTime Members

Error processing SSI file