Sets the fields in this Time object given the UTC milliseconds.
Syntax
[Android.Runtime.Register("set", "(J)V", "GetSet_JHandler")] public virtual voidSet (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.