MVPSI.JAMS Namespace > DateDetail Class : SpecificType Property |
This property is significant when you want to refer to a specific instance of a Date Type. If you want to schedule a job to run on Christmas, you could define a Date Type of HOLIDAY with a Specific Date Type of CHRISTMAS.
For a continuous Date Type, such as a fiscal period, this field can be used to name each period. Generally fiscal periods correspond to calendar months so you could use Specific Date Types such as JAN, FEB, MAR etc. This would allow you to enter a date specification such as "2ND MONDAY OF FISCAL APR".
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property SpecificType As System.String
'Usage
Dim instance As DateDetail Dim value As System.String instance.SpecificType = value value = instance.SpecificType
[System.ComponentModel.DefaultValue()] [System.Xml.Serialization.XmlAttribute()] public System.string SpecificType {get; set;}
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