Java.Util.Date.Time Property
Returns this Date as a millisecond value.

Syntax

[get: Android.Runtime.Register("getTime", "()J", "GetGetTimeHandler")]
[set: Android.Runtime.Register("setTime", "(J)V", "GetSetTime_JHandler")]
public virtual long Time { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns this Date as a millisecond value. The value is the number of milliseconds since Jan. 1, 1970, midnight GMT.

Set method documentation [Android Documentation]

Sets this Date to the specified millisecond value. The value is the number of milliseconds since Jan. 1, 1970 GMT.

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1