TimeCondition

A time condition denotes a creation time, last modification time, or other time.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string that defines what values will be returned.

Link copied to clipboard

This is the timestamp value of the time condition.

Functions

Link copied to clipboard
inline fun copy(block: TimeCondition.Builder.() -> Unit = {}): TimeCondition
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String