ManagedFieldsEntryV1.Time Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.