Android.Text.Format.Time Class
An alternative to the Java.Util.Calendar and Java.Util.GregorianCalendar classes.

See Also: Time Members

Syntax

[Android.Runtime.Register("android/text/format/Time", DoNotGenerateAcw=true)]
public class Time : Java.Lang.Object

Remarks

An alternative to the Java.Util.Calendar and Java.Util.GregorianCalendar classes. An instance of the Time class represents a moment in time, specified with second precision. It is modelled after struct tm. This class is not thread-safe and does not consider leap seconds.

This class has a number of issues and it is recommended that Java.Util.GregorianCalendar is used instead.

Known issues:

[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