Java.Util.Calendar.Time Property
Returns the time of this Calendar as a Date object.

Syntax

[get: Android.Runtime.Register("getTime", "()Ljava/util/Date;", "GetGetTimeHandler")]
[set: Android.Runtime.Register("setTime", "(Ljava/util/Date;)V", "GetSetTime_Ljava_util_Date_Handler")]
public Date Time { 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 of this Calendar as a Date object.

Set method documentation [Android Documentation]

Sets the time of this Calendar.

Requirements

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