SiteLogFile.LocalTimeRollover Property

Definition

Gets or sets a value indicating whether the log file is based on local time or Coordinated Universal Time (UTC).

public:
 property bool LocalTimeRollover { bool get(); void set(bool value); };
public bool LocalTimeRollover { get; set; }
member this.LocalTimeRollover : bool with get, set
Public Property LocalTimeRollover As Boolean

Property Value

true if a new log file is based on local time; false if it is based on Coordinated Universal Time (UTC). The default is false.

Applies to