SiteLogFile.LocalTimeRollover 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 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
.