DateUtils.IsToday(Int64) Method

Definition

[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.

Applies to