Freigeben über


DateIntervalActivity-Klasse

Enthält Informationen über das Intervall zwischen den zwei angegebenen Datumsangaben.

Vererbungshierarchie

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.SharePoint.WorkflowActions.DateIntervalActivity

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ActivityValidatorAttribute(GetType(DateIntervalActivityValidator))> _
Public Class DateIntervalActivity _
    Inherits Activity
'Usage
Dim instance As DateIntervalActivity
[ActivityValidatorAttribute(typeof(DateIntervalActivityValidator))]
public class DateIntervalActivity : Activity

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

DateIntervalActivity-Member

Microsoft.SharePoint.WorkflowActions-Namespace