Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal shareType As ShareType, _ ByVal startDate As ValueType, _ ByVal endDate As ValueType _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim shareType As ShareType Dim startDate As ValueType Dim endDate As ValueType Dim instance As New WorklistShare(shareType, startDate, endDate) |
C++/CLI | |
---|---|
public: WorklistShare( ShareType shareType, ValueType^ startDate, ValueType^ endDate ) |
Parameters
- shareType
- startDate
- endDate
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