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

Seconds Property






Gets or sets the number of seconds. .NET support
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 ushort Seconds {get; set;}
 get_Seconds();
set_Seconds(value);
public:
property ushort Seconds {
   ushort get();
   void set (    ushort value);
}

Property Value

Number of seconds (0-59).
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.