Share via


SPFieldAllDayEvent constructor (SPFieldCollection, String, String)

Initializes a new instance of the SPFieldAllDayEvent class and adds it to the specified field collection with the specified type name and display name.

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

Syntax

'Declaration
Public Sub New ( _
    fields As SPFieldCollection, _
    typeName As String, _
    displayName As String _
)
'Usage
Dim fields As SPFieldCollection
Dim typeName As String
Dim displayName As String

Dim instance As New SPFieldAllDayEvent(fields, _
    typeName, displayName)
public SPFieldAllDayEvent(
    SPFieldCollection fields,
    string typeName,
    string displayName
)

Parameters

  • typeName
    Type: System.String

    The field type, such as "Text" or "Url".

  • displayName
    Type: System.String

    The display name of the new field.

Exceptions

Exception Condition
ArgumentNullException

fields, typeName, or displayName is null .

-or-

fields, typeName, or displayName is empty.

See also

Reference

SPFieldAllDayEvent class

SPFieldAllDayEvent members

SPFieldAllDayEvent overload

Microsoft.SharePoint namespace