Skip to main content

TimeSetTimestampParams

Namespace: Busy.Bar

Requested real-time-clock timestamp.

public sealed record class TimeSetTimestampParams : System.IEquatable`1[[Busy.Bar.TimeSetTimestampParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance Object → TimeSetTimestampParams
Implements IEquatable<TimeSetTimestampParams>
Attributes NullableContextAttribute, NullableAttribute

Properties

Timestamp

ISO 8601 timestamp, e.g. 2025-10-02T14:30:45+02:00 for local time or 2025-10-02T14:30:45Z for UTC. A timezone qualifier is required.

public string Timestamp { get; init; }

Property Value

String

Constructors

TimeSetTimestampParams(String)

Requested real-time-clock timestamp.

public TimeSetTimestampParams(string Timestamp)

Parameters

Timestamp String
ISO 8601 timestamp, e.g. 2025-10-02T14:30:45+02:00 for local time or 2025-10-02T14:30:45Z for UTC. A timezone qualifier is required.