MVPSI.JAMS Namespace > DateDetail Class : WorkDay Property |
Not Specified is generally the right setting unless one of the reasons for creating the date definition is to change the workday status. Be careful because if you create two definitions for the same date, one that says this is a workday and one that says this is not a workday, JAMS will stop checking when it finds the first definition.
'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property WorkDay As TriState
'Usage
Dim instance As DateDetail Dim value As TriState instance.WorkDay = value value = instance.WorkDay
[System.ComponentModel.DefaultValue()] [System.Xml.Serialization.XmlAttribute()] public TriState WorkDay {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