DateUtils.IsToday(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Android.Runtime.Register("isToday", "(J)Z", "")]
public static bool IsToday (long when);
[<Android.Runtime.Register("isToday", "(J)Z", "")>]
static member IsToday : int64 -> bool
Parameters
- when
- Int64
Returns
true if the supplied when is today else false
- Attributes
Remarks
Java documentation for android.text.format.DateUtils.isToday(long)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.