JAMS Developer Guide
DeltaTime Structure
Members 


MVPSI.JAMS Namespace : DeltaTime Structure
A DeltaTime is similar to a TimeSpan but the resolution is seconds.
Object Model
DeltaTime Structure
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("MVPSI.JAMS.DeltaTimeConverter, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
<System.SerializableAttribute()>
Public Structure DeltaTime 
   Inherits System.ValueType
   Implements IModelInformation 
'Usage
 
Dim instance As DeltaTime
[System.ComponentModel.TypeConverter("MVPSI.JAMS.DeltaTimeConverter, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
[System.Serializable()]
public struct DeltaTime : System.ValueType, IModelInformation  
Inheritance Hierarchy

System.Object
   System.ValueType
      MVPSI.JAMS.DeltaTime

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

DeltaTime Members
MVPSI.JAMS Namespace