sessionStartTime property

DateTime sessionStartTime
final

The time at which the process that created this ComponentId was started.

This will be the same for all ComponentIds created in the same process and allows nyxx_commands to tell when an interaction comes from a previous session, meaning no handler will be found.

Implementation

final DateTime sessionStartTime;