Project.CreationDate Property

Definition

Gets or sets the date and time that the project was created.

public:
 property DateTimeOffset CreationDate { DateTimeOffset get(); void set(DateTimeOffset value); };
public DateTimeOffset CreationDate { get; set; }
member this.CreationDate : DateTimeOffset with get, set
Public Property CreationDate As DateTimeOffset

Property Value

The date and time that the project was created.

Applies to