HostedServiceProperties.DateCreated Property
Gets or sets the date that the cloud service was created, in [4DigitYear]-[2DigitMonth]-[2DigitDay]T[2DigitHour]:[2DigitMinute]:[2DigitSecond]Z format.
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public DateTime DateCreated { get; set; }
public:
property DateTime DateCreated {
DateTime get();
void set(DateTime value);
}
member DateCreated : DateTime with get, set
Public Property DateCreated As Date
Property Value
Type: System.DateTime
The date.
Remarks
The date 2011-05-11T16:15:26Z is an example that could be returned.
See Also
HostedServiceProperties Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top