Set time (mostly used for small amounts)


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Sub SetTime( _ 
   ByVal position As Integer,  _ 
   ByVal dec As Single _ 
)
C#
public void SetTime(
   int position,
   float dec
)
C++
public:
 void SetTime(
   int position,
   float dec
) sealed 
J#
public void SetTime(
   int position,
   float dec
)
JScript
public  function SetTime(
   position : int,
   dec : float
)

Parameters

position
position to add at
dec
value

See Also