HostedServiceProperties::DateLastModified Property

 

Gets or sets the date that the cloud service was last updated, 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)

public:
property DateTime DateLastModified {
	DateTime get();
	void set(DateTime value);
}

Property Value

Type: System::DateTime

The date.

The date 2011-05-11T16:15:26Z is an example that could be returned.

Return to top
Show: