Skip to main content

TimestampInfo

Namespace: Busy.Bar

The device's current real-time-clock timestamp.

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

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

Properties

Timestamp

ISO 8601 formatted timestamp with timezone.

public string Timestamp { get; init; }

Property Value

String

Constructors

TimestampInfo(String)

The device's current real-time-clock timestamp.

public TimestampInfo(string Timestamp)

Parameters

Timestamp String
ISO 8601 formatted timestamp with timezone.