session.Session.created
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session.rs
- Other languages
- PythonRubyLua TypeScript Go Java .NET C++Swift
-
Return when the session was created.
tmux keeps whole seconds.
SessionFields::session_createdfilters and reads the same field as thei64of Unix seconds tmux reports, because the query grammar compares integers.In other ports When the session was created
- Python
libtmux.Session.session_created - Ruby
LibTmux::SessionSnapshot#created - Lua
libtmux.SnapshotSession.created - TypeScript no equivalent on
Session - Go
tmux.Session.Created - Java no equivalent on
Session - .NET no equivalent on
Session - C++
libtmux::Session::created - Swift
Session.createdAt
- Python
0 declared, 0 inherited