The properties of Android.Text.Format.Time are listed below. For a list of all members, see the Time Members list.
See Also: Inherited members from Java.Lang.Object
| AllDay | bool. True if this is an allDay event. | |
| [read-only] static | CurrentTimezone | string. Returns the timezone string that is currently set for the device. |
| Gmtoff | long. Offset in seconds from UTC including any DST offset. | |
| Hour | int. Hour of day [0-23] | |
| IsDst | int. This time is in daylight savings time. | |
| Minute | int. Minute [0-59] | |
| Month | int. Month [0-11] | |
| MonthDay | int. Day of month [1-31] | |
| Second | int. Seconds [0-61] (2 leap seconds allowed) | |
| Timezone | string. The timezone for this Time. | |
| WeekDay | DayOfWeek. Day of week [0-6] | |
| [read-only] | WeekNumber | int. Computes the week number according to ISO 8601. |
| Year | int. Year. | |
| YearDay | int. Day of year [0-365] |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |