API Documentation > Interfaces > Interface TimeValue
Interface TimeValue

package com.ptc.wfc.wfcSession;

public interface
TimeValue
extends
jxobject


Description
Method Summary
int
Get method for attribute "MicroSeconds"
int
Get method for attribute "Seconds"
void
SetMicroSeconds (int value)
Set method for attribute "MicroSeconds"
void
SetSeconds (int value)
Set method for attribute "Seconds"
Method Detail
GetSeconds
int
GetSeconds
()
SetSeconds
void
SetSeconds
(int value)
GetMicroSeconds
int
GetMicroSeconds
()
SetMicroSeconds
void
SetMicroSeconds
(int value)
Was this helpful?