JAMS Developer Guide
DateType Class
Members 


MVPSI.JAMS Namespace : DateType Class
A JAMS DateType. DateTypes are high-level definitions of special dates such as holidays or fiscal periods. DateTypes are used to define the various classes of dates which are significant to your environment. This is not where you define the specific dates for these classes, rather it is where you define the classes themselves.
Object Model
DateType Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class DateType 
   Inherits BasePublicObject
'Usage
 
Dim instance As DateType
[System.Runtime.Serialization.DataContract()]
public sealed class DateType : BasePublicObject 
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.DateType

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

DateType Members
MVPSI.JAMS Namespace