Library | Package Java Toolkit

Interface TimeValue

package com.ptc.wfc.wfcSession;

public interface TimeValue
  extends jxobject



Description

 



Method Summary
intGetMicroSeconds ()
    Get method for attribute "MicroSeconds"
     
intGetSeconds ()
    Get method for attribute "Seconds"
     
voidSetMicroSeconds (int value)
    Set method for attribute "MicroSeconds"
     
voidSetSeconds (int value)
    Set method for attribute "Seconds"
     

Method Detail

GetSeconds/SetSeconds

intGetSeconds ()
voidSetSeconds (int value)


     



GetMicroSeconds/SetMicroSeconds

intGetMicroSeconds ()
voidSetMicroSeconds (int value)