Enum lrs::file::TimeChange

A time change.

Syntax

enum TimeChange {
    Now,
    Omit,
    Set(Time),
}

Variants

NameDescription
Now

Sets the time to the current time.

Omit

Does not modify the time.

Set

Sets the time to the specified time.