OnDemandLocalFileSystemOptionsConvertInvalidFileTimes Property |
Gets or sets a value indicating whether DateTimeOffset values that are invalid Win32 file times must be automatically converted to a valid file time instead of throwing conversion errors.
Namespace:
ShellBoost.Core.Synchronization
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual bool ConvertInvalidFileTimes { get; set; }
Property Value
Type:
Booleantrue if invalid file times must be converted; otherwise,
false.
See Also