'Declaration
<System.ComponentModel.CategoryAttribute("Dynamic")> <System.ComponentModel.DescriptionAttribute("The time difference between the JAMS Scheduler and this agent.")> <System.Runtime.Serialization.DataMemberAttribute()> <System.ComponentModel.ReadOnlyAttribute(True)> Public ReadOnly Property TimeOffset As System.TimeSpan
'Usage
Dim instance As Agent Dim value As System.TimeSpan value = instance.TimeOffset
[System.ComponentModel.Category("Dynamic")] [System.ComponentModel.Description("The time difference between the JAMS Scheduler and this agent.")] [System.Runtime.Serialization.DataMember()] [System.ComponentModel.ReadOnly(true)] public System.TimeSpan TimeOffset {get;}