isDateTime

fun isDateTime(date: DateProperty?): Boolean

Determines whether a given date represents a DATE-TIME value.

Return

true if the date is a DATE-TIME value; false otherwise (for instance, when the argument is a DATE value or null)

Parameters

date

date property to check