Date
Date()
Date(Int64)
Date(String)
Date(IntPtr, JniHandleOwnership)
Date(Int32, Int32, Int32)
Date(Int32, Int32, Int32, Int32, Int32)
Date(Int32, Int32, Int32, Int32, Int32, Int32)
Day
Hours
JniPeerMembers
Minutes
Month
Seconds
ThresholdClass
ThresholdType
Time
TimezoneOffset
Year
After(Date)
Before(Date)
Clone()
CompareTo(Date)
From(Instant)
GetDate()
Parse(String)
SetDate(Int32)
ToGMTString()
ToInstant()
ToLocaleString()
UTC(Int32, Int32, Int32, Int32, Int32, Int32)
monoandroid
namespace Java.Util
{
[Register("java/util/Date", DoNotGenerateAcw = true)]
public class Date : Object, IJavaObject, IJavaPeerable, ISerializable, ICloneable, IComparable, IDisposable
{
[Obsolete("deprecated")]
public virtual int Seconds
{
[Register("getSeconds", "()I", "GetGetSecondsHandler")]
get;
[Register("setSeconds", "(I)V", "GetSetSeconds_IHandler")]
set;
}
}
}
| .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 | deprecated |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API