HttpContext.Timestamp 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前 HTTP 要求的初始時間戳記。
public:
property DateTime Timestamp { DateTime get(); };
public DateTime Timestamp { get; }
member this.Timestamp : DateTime
Public ReadOnly Property Timestamp As DateTime
屬性值
目前 HTTP 要求的時間戳記。
備註
從 Timestamp 屬性傳回的時間戳記是伺服器的當地時間,而且是在物件具現化 HttpContext 期間設定。 當地時間等於 UTC 時間加上 UTC 位移。