LogData.UniversalCurrentTime 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 time of the audit message as universally coordinated time.
public:
property DateTime UniversalCurrentTime { DateTime get(); void set(DateTime value); };
public DateTime UniversalCurrentTime { get; set; }
member this.UniversalCurrentTime : DateTime with get, set
Public Property UniversalCurrentTime As DateTime