JAMS 6.x Help
DeltaTime Structure
Members 


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=6.3.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
<System.SerializableAttribute()>
Public Structure DeltaTime 
   Inherits System.ValueType
'Usage
 
Dim instance As DeltaTime
[System.ComponentModel.TypeConverter("MVPSI.JAMS.DeltaTimeConverter, JAMSShr, Version=6.3.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
[System.Serializable()]
public struct DeltaTime : System.ValueType 
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

Send Feedback