DateUtils
AbbrevMonthFormat
AbbrevWeekdayFormat
DayInMillis
HourInMillis
HourMinute24
MinuteInMillis
MonthDayFormat
MonthFormat
NumericMonthFormat
SecondInMillis
WeekdayFormat
WeekInMillis
YearFormat
YearFormatTwoDigits
YearInMillis
DateUtils()
DateUtils(IntPtr, JniHandleOwnership)
JniPeerMembers
SameMonthTable
SameYearTable
ThresholdClass
ThresholdType
FormatDateRange(Context, Int64, Int64, FormatStyleFlags)
FormatDateRange(Context, Formatter, Int64, Int64, FormatStyleFlags)
FormatDateRange(Context, Formatter, Int64, Int64, FormatStyleFlags, String)
FormatDateTime(Context, Int64, FormatStyleFlags)
FormatElapsedTime(Int64)
FormatElapsedTime(StringBuilder, Int64)
FormatSameDayTime(Int64, Int64, AbbreviationLength, AbbreviationLength)
FormatSameDayTime(Int64, Int64, Int32, Int32)
FormatSameDayTimeFormatted(Int64, Int64, AbbreviationLength, AbbreviationLength)
FormatSameDayTimeFormatted(Int64, Int64, Int32, Int32)
GetAMPMString(Int32)
GetDayOfWeekString(Int32, AbbreviationLength)
GetMonthString(Int32, AbbreviationLength)
GetRelativeDateTimeString(Context, Int64, Int64, Int64, FormatStyleFlags)
GetRelativeDateTimeStringFormatted(Context, Int64, Int64, Int64, FormatStyleFlags)
GetRelativeTimeSpanString(Int64)
GetRelativeTimeSpanString(Context, Int64)
GetRelativeTimeSpanString(Context, Int64, Boolean)
GetRelativeTimeSpanString(Int64, Int64, Int64)
GetRelativeTimeSpanString(Int64, Int64, Int64, FormatStyleFlags)
GetRelativeTimeSpanStringFormatted(Int64)
GetRelativeTimeSpanStringFormatted(Context, Int64)
GetRelativeTimeSpanStringFormatted(Context, Int64, Boolean)
GetRelativeTimeSpanStringFormatted(Int64, Int64, Int64)
GetRelativeTimeSpanStringFormatted(Int64, Int64, Int64, FormatStyleFlags)
IsToday(Int64)
monoandroid
namespace Android.Text.Format
{
[Register("android/text/format/DateUtils", DoNotGenerateAcw = true)]
public class DateUtils : Object
{
[Obsolete("This method was improperly bound. Please use FormatSameDayTime(Int64, Int64, Int32, Int32).")]
public static string? FormatSameDayTime(long then, long now, AbbreviationLength dateStyle, AbbreviationLength timeStyle);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This method was improperly bound. Please use FormatSameDayTime(Int64, Int64, Int32, Int32). |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API