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

Show in webframe

Minutes Property






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

            

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

Property Value

Number of minutes (0-59).
Requirements

Target Platforms

See Also

Reference

IccDateTime Structure
IccDateTime Members

Error processing SSI file