Share via


ManagedFieldsEntryV1.Time Property

Definition

Gets or sets the timestamp indicating the time of the operation described in the managed fields entry.

[YamlDotNet.Serialization.YamlMember(Alias="time")]
public DateTime? Time { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="time")>]
member this.Time : Nullable<DateTime> with get, set
Public Property Time As Nullable(Of DateTime)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Remarks

Represents the date and time of the action associated with this entry in the managed fields. The value is nullable, meaning it can be null if the time is not specified or unavailable.

Applies to