ArcFM Responder Mobile Developer Guide
IsMajorEventDay Method






A Major Event Day is defined, as per IEEE standard 1366-2003, as any day whose SAIDI figure (for the day) exceeds a certain threshold value Tmed, which is derived from the previous 5 years' worth of historical outage data (the exact procedure for that derivation is documented in IEEE standard 1366-2003). A Major Event Day is defined, as per IEEE standard 1366-2003, as any day whose SAIDI figure (for the day) exceeds a certain threshold value Tmed, which is derived from the previous 5 years' worth of historical outage data (the exact procedure for that derivation is documented in IEEE standard 1366-2003).
Syntax
'Declaration
 
Public Function IsMajorEventDay( _
   ByVal outageTime As System.Date _
) As System.Boolean
'Usage
 
Dim instance As MajorEventDayManager
Dim outageTime As System.Date
Dim value As System.Boolean
 
value = instance.IsMajorEventDay(outageTime)
public System.bool IsMajorEventDay( 
   System.DateTime outageTime
)
public function IsMajorEventDay( 
    outageTime: System.DateTime
): System.Boolean; 
public function IsMajorEventDay( 
   outageTime : System.DateTime
) : System.boolean;
public: System.bool IsMajorEventDay( 
   System.DateTime outageTime
) 
public:
System.bool IsMajorEventDay( 
   System.DateTime outageTime
) 

Parameters

outageTime
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