Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

Product Family
Current publication
Table of Contents

AFTimeRuleEventArgs Constructor

AFTimeRuleEventArgs Constructor
The time rule event

Namespace:  OSIsoft.AF.Time
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.0.1156

Syntax

public AFTimeRuleEventArgs(
	AFTimeRuleEvents timeRuleEvents
)
Public Sub New ( 
	timeRuleEvents As AFTimeRuleEvents
)

Dim timeRuleEvents As AFTimeRuleEvents

Dim instance As New AFTimeRuleEventArgs(timeRuleEvents)
public:
AFTimeRuleEventArgs(
	AFTimeRuleEvents^ timeRuleEvents
)
new : 
        timeRuleEvents : AFTimeRuleEvents -> AFTimeRuleEventArgs

Parameters

timeRuleEvents
Type: OSIsoft.AF.Time.AFTimeRuleEvents
The time rule event.

Version Information

AFSDK


See Also