EventTimeInterval

The time interval of an event. The `begin` property represents the time origin of an event, and the `end` property represents the time when the particular operation is complete. The timestamps are sampled at the origin and do not include the time required to dispatch an event.

Constructors

Link copied to clipboard
open fun EventTimeInterval(@NonNull begin: Date, @NonNull end: Date)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard