ArcFM Responder Mobile Developer Guide
MajorEventDayDates Property






List of Major Event Day dates
Syntax
'Declaration
 
Public ReadOnly Property MajorEventDayDates As System.Collections.Generic.IEnumerable(Of Date)
'Usage
 
Dim instance As MajorEventDayManager
Dim value As System.Collections.Generic.IEnumerable(Of Date)
 
value = instance.MajorEventDayDates
public System.Collections.Generic.IEnumerable<DateTime> MajorEventDayDates {get;}
public read-only property MajorEventDayDates: System.Collections.Generic.IEnumerable; 
public function get MajorEventDayDates : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<DateTime>* get_MajorEventDayDates();
public:
property System.Collections.Generic.IEnumerable<DateTime>^ MajorEventDayDates {
   System.Collections.Generic.IEnumerable<DateTime>^ get();
}
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

MajorEventDayManager Class
MajorEventDayManager Members

Send Feedback