DownloadManager.ColumnLastModifiedTimestamp Field

Definition

Timestamp when the download was last modified, in System#currentTimeMillis System.currentTimeMillis() (wall clock time in UTC).

[Android.Runtime.Register("COLUMN_LAST_MODIFIED_TIMESTAMP")]
public const string ColumnLastModifiedTimestamp;
[<Android.Runtime.Register("COLUMN_LAST_MODIFIED_TIMESTAMP")>]
val mutable ColumnLastModifiedTimestamp : string

Field Value

Attributes

Remarks

Timestamp when the download was last modified, in System#currentTimeMillis System.currentTimeMillis() (wall clock time in UTC).

Java documentation for android.app.DownloadManager.COLUMN_LAST_MODIFIED_TIMESTAMP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to