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.