Java.Util.Calendar.TimeInMillis Property
Returns the time represented by this Calendar, recomputing the time from its fields if necessary.

Syntax

[get: Android.Runtime.Register("getTimeInMillis", "()J", "GetGetTimeInMillisHandler")]
[set: Android.Runtime.Register("setTimeInMillis", "(J)V", "GetSetTimeInMillis_JHandler")]
public virtual long TimeInMillis { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the time is not set and the time cannot be computed from the current field values.

Remarks

Get method documentation [Android Documentation]

Returns the time represented by this Calendar, recomputing the time from its fields if necessary.

Set method documentation [Android Documentation]

Sets the time of this Calendar to the given Unix time. See Java.Util.Date for more about what this means.

Requirements

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