DatabaseEventLog.StartTimeUtc Property

 

Optional. Gets the start time of the event log.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public DateTime StartTimeUtc { get; set; }
public:
property DateTime StartTimeUtc {
    DateTime get();
    void set(DateTime value);
}
member StartTimeUtc : DateTime with get, set
Public Property StartTimeUtc As Date

Property Value

Type: System.DateTime

See Also

DatabaseEventLog Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top