Java.Util.Date.UTC Method
Returns the millisecond value of the specified date and time in GMT.

Syntax

[Android.Runtime.Register("UTC", "(IIIIII)J", "")]
[System.Obsolete("deprecated")]
public static long UTC (int year, int month, int day, int hour, int minute, int second)

Parameters

year
the year, 0 is 1900.
month
the month, 0 - 11.
day
the day of the month, 1 - 31.
hour
the hour of day, 0 - 23.
minute
the minute of the hour, 0 - 59.
second
the second of the minute, 0 - 59.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the millisecond value of the specified date and time in GMT.

[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