AFAnalysis.TimeRule Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The instance of the time rule used by the AFAnalysis to
determine when the next analysis should be run.
Namespace: OSIsoft.AF.Analysis
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFTimeRule TimeRule { get; }
Public ReadOnly Property TimeRule As AFTimeRule Get Dim instance As AFAnalysis Dim value As AFTimeRule value = instance.TimeRule
public: property AFTimeRule^ TimeRule { AFTimeRule^ get (); }
member TimeRule : AFTimeRule with get
Property Value
Type: AFTimeRuleReturns the time rule used by the AFAnalysis to determine when the next analysis should be run.