語言

URLConnection.LastModified 屬性

定義

回傳標頭欄位的 last-modified 值。

public virtual long LastModified { [Android.Runtime.Register("getLastModified", "()J", "GetGetLastModifiedHandler")] get; }
[<get: Android.Runtime.Register("getLastModified", "()J", "GetGetLastModifiedHandler")>]
member this.LastModified : int64

屬性值

此資料所參考 URLConnection 的資源最後修改日期為 0,若未知則為 0。

屬性

備註

回傳標頭欄位的 last-modified 值。 結果是自1970年1月1日格林威治標準時間以來的毫秒數。

Java 文件 java.net.URLConnection.getLastModified()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於