FileDaterTruncate Method

Truncates the specified date(s) of the file to "01/01/1800 00:00:00".

Note: Calling this method does not cause the removal of any saved date.

After setting a date, must call once the Save(DateAttribute) method if want to save any date established.

Definition

Namespace: DevCase.Core.IO.FileSystem
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual void Truncate(
	DateAttribute dateAttributes
)

Parameters

dateAttributes  DateAttribute
The type of date(s) to truncate.

See Also