다음을 통해 공유


LogData.UniversalCurrentTime Property

Gets or sets the time of the audit message as universally coordinated time.

Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As LogData
Dim value As DateTime

value = instance.UniversalCurrentTime

instance.UniversalCurrentTime = value

Syntax

'Declaration
Public Property UniversalCurrentTime As DateTime
public DateTime UniversalCurrentTime { get; set; }
public:
property DateTime UniversalCurrentTime {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_UniversalCurrentTime ()

/** @property */
public void set_UniversalCurrentTime (DateTime value)
public function get UniversalCurrentTime () : DateTime

public function set UniversalCurrentTime (value : DateTime)

Property Value

Type: DateTime

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

LogData Class
LogData Members
Microsoft.Uii.Common.Entities Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.