LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Seconds Property

Show in webframe





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

            

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

Property Value

Number of seconds (0-59).
Requirements

Target Platforms

See Also

Reference

IccDateTime Structure
IccDateTime Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.