Home > @i2analyze/notebook-sdk > data > IUserAndDateAndTime
data.IUserAndDateAndTime interface
A user and a point in time, typically representing when and by whom an action took place.
Signature:
interface IUserAndDateAndTime
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| at | readonly |
IZonedDateTime | Gets the time at which the action occurred. |
| by | readonly |
IUser | Gets the user who performed the action. |