Android.Text.Format.Time.Set Method
Sets the fields in this Time object given the UTC milliseconds.

Syntax

[Android.Runtime.Register("set", "(J)V", "GetSet_JHandler")]
public virtual void Set (long millis)

Parameters

millis
the time in UTC milliseconds since the epoch.

Remarks

Sets the fields in this Time object given the UTC milliseconds. After this method returns, all the fields are normalized. This also sets the "isDst" field to the correct value.

[Android Documentation]

Requirements

Namespace: Android.Text.Format
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3