JAMS 6.x Help
TimeOffset Property


Gets the time difference between the JAMS Scheduler and this agent
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute()>
<System.ComponentModel.DescriptionAttribute("The time difference between the JAMS Scheduler and this agent.")>
Public ReadOnly Property TimeOffset As DeltaTime
'Usage
 
Dim instance As Agent
Dim value As DeltaTime
 
value = instance.TimeOffset
[System.ComponentModel.Category()]
[System.ComponentModel.Description("The time difference between the JAMS Scheduler and this agent.")]
public DeltaTime TimeOffset {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Agent Class
Agent Members