Share via


LogFileTextSettingsRecordStartTimestampFormat Struct

Definition

One of the supported timestamp formats.

public readonly struct LogFileTextSettingsRecordStartTimestampFormat : IEquatable<Azure.ResourceManager.Monitor.Models.LogFileTextSettingsRecordStartTimestampFormat>
type LogFileTextSettingsRecordStartTimestampFormat = struct
Public Structure LogFileTextSettingsRecordStartTimestampFormat
Implements IEquatable(Of LogFileTextSettingsRecordStartTimestampFormat)
Inheritance
LogFileTextSettingsRecordStartTimestampFormat
Implements

Constructors

LogFileTextSettingsRecordStartTimestampFormat(String)

Initializes a new instance of LogFileTextSettingsRecordStartTimestampFormat.

Properties

DdMmmYyyyHhMmSsZzz

dd/MMM/yyyy:HH:mm:ss zzz.

DdMMyyHhMmSs

ddMMyy HH:mm:ss.

ISO8601

ISO 8601.

MDYyyyHhMmSsAMPM

M/D/YYYY HH:MM:SS AM/PM.

MmmDHhMmSs

MMM d hh:mm:ss.

MonDdYyyyHhMmSs

Mon DD, YYYY HH:MM:SS.

YyMMddHhMmSs

yyMMdd HH:mm:ss.

YyyyMmDdHhMmSs

YYYY-MM-DD HH:MM:SS.

YyyyMmDdTHHMmSsK

yyyy-MM-ddTHH:mm:ssK.

Methods

Equals(LogFileTextSettingsRecordStartTimestampFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LogFileTextSettingsRecordStartTimestampFormat, LogFileTextSettingsRecordStartTimestampFormat)

Determines if two LogFileTextSettingsRecordStartTimestampFormat values are the same.

Implicit(String to LogFileTextSettingsRecordStartTimestampFormat)

Converts a string to a LogFileTextSettingsRecordStartTimestampFormat.

Inequality(LogFileTextSettingsRecordStartTimestampFormat, LogFileTextSettingsRecordStartTimestampFormat)

Determines if two LogFileTextSettingsRecordStartTimestampFormat values are not the same.

Applies to