Java.Util.Calendar.Second Field
Field number for get and set indicating the second within the minute.

Value: 13

Syntax

[Android.Runtime.Register("SECOND")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.CalendarField enum directly instead of this field.")]
public const CalendarField Second

Remarks

Field number for get and set indicating the second within the minute. E.g., at 10:04:15.250 PM the SECOND is 15.

[Android Documentation]

Requirements

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