←Select platform

Seconds Property

Summary

Gets or sets numerical value that indicates the seconds.

Syntax

C#
VB
Java
WinRT C#
C++
public int Seconds { get; set; } 
Public Property Seconds As Integer 
public int Seconds {get; set;} 
public int getSeconds() 
public void setSeconds(int value) 
             
 <br/>get_Seconds();<br/>set_Seconds(value);<br/>Object.defineProperty('Seconds');  
public: 
property int Seconds { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the seconds.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly