JAMS Developer Guide
TimeOfDay Structure
Members 


MVPSI.JAMS Namespace : TimeOfDay Structure
The TimeOfDay represents a time of day.
Object Model
TimeOfDay Structure
Syntax
'Declaration
 
<System.ComponentModel.TypeConverterAttribute("MVPSI.JAMS.TimeOfDayConverter, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
<System.SerializableAttribute()>
Public Structure TimeOfDay 
   Inherits System.ValueType
   Implements IModelInformation 
'Usage
 
Dim instance As TimeOfDay
[System.ComponentModel.TypeConverter("MVPSI.JAMS.TimeOfDayConverter, JAMSShr, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
[System.Serializable()]
public struct TimeOfDay : System.ValueType, IModelInformation  
Inheritance Hierarchy

System.Object
   System.ValueType
      MVPSI.JAMS.TimeOfDay

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

TimeOfDay Members
MVPSI.JAMS Namespace