DeadlinePrimitives

data class DeadlinePrimitives(val noteIdentifier: String, val time: ULong)

Parameters

noteIdentifier

is the identifier of the note in primitive format.

time

is the time in unix time format and in Coordinated Universal Time (UTC), if you pass an incorrect time format or a different timezone (UTC +/- n) the deadline will have errors.

Constructors

Link copied to clipboard
fun DeadlinePrimitives(noteIdentifier: String, time: ULong)

Properties

Link copied to clipboard
Link copied to clipboard
val time: ULong