PublishingWeb.CreatedDate property

Gets the date and time that this PublishingWeb was created.

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

Syntax

'Declaration
Public ReadOnly Property CreatedDate As DateTime
    Get
'Usage
Dim instance As PublishingWeb
Dim value As DateTime

value = instance.CreatedDate
public DateTime CreatedDate { get; }

Property value

Type: System.DateTime
The date and time that this PublishingWeb was created.

Remarks

This property wraps the Created property.

See also

Reference

PublishingWeb class

PublishingWeb members

Microsoft.SharePoint.Publishing namespace