FileDaterSet Method

Sets the specified dates on the file.

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 Set(
	DateAttribute dateAttributes,
	DateTime date
)

Parameters

dateAttributes  DateAttribute
The type of date(s) to set on the file.
date  DateTime
The date.

See Also