JAMS Developer Guide
DateTypeType Property (DateDetail)


MVPSI.JAMS Namespace > DateDetail Class : DateTypeType Property
Gets the name of the Date Type of the date which you are defining. Every Date definition must be associated with a Date Type, but the same date may be associated with more than one Date Type.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
<System.Xml.Serialization.XmlAttributeAttribute("type")>
Public Property DateTypeType As System.String
'Usage
 
Dim instance As DateDetail
Dim value As System.String
 
instance.DateTypeType = value
 
value = instance.DateTypeType
[System.ComponentModel.ReadOnly(true)]
[System.Xml.Serialization.XmlAttribute("type")]
public System.string DateTypeType {get; set;}
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

DateDetail Class
DateDetail Members