ProgressArgsSeconds Property  | 
 
            Seconds.
            
 
    Namespace: 
   CSAudioRecorder
    Assembly:
   CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntaxpublic long Seconds { get; set; }Public Property Seconds As Long
	Get
	Set
Dim instance As ProgressArgs
Dim value As Long
value = instance.Seconds
instance.Seconds = value
member Seconds : int64 with get, set
/** @property */
public long get_Seconds()
/** @property */
public void set_Seconds(long value)
function get Seconds () : long
function set Seconds (value : long)
function get_Seconds();
function set_Seconds(value);
Property Value
Type: 
Int64
See Also