HttpCachePolicy::UtcTimestampCreated Property

 

Gets or sets the timestamp in Coordinated Universal Iime (UTC) for the HttpCachePolicy.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

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

Property Value

Type: System::DateTime

The DateTime for the HttpCachePolicy.

.NET Framework
Available since 4.6.2
Return to top
Show: