InstantConverter

InstantとUnix時間のコンバーター

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun instantToLong(dateTime: Instant): Long

Instant → Unix時間の変換

Link copied to clipboard
fun longToInstant(epoch: Long): Instant

Unix時間 → Instantの変換