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.
Namespace: DevCase.Core.IO.FileSystemAssembly: 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
)
Public Overridable Sub Set (
dateAttributes As DateAttribute,
date As DateTime
)
Dim instance As FileDater
Dim dateAttributes As DateAttribute
Dim date As DateTime
instance.Set(dateAttributes, date)
public:
virtual void Set(
DateAttribute dateAttributes,
DateTime date
)
abstract Set :
dateAttributes : DateAttribute *
date : DateTime -> unit
override Set :
dateAttributes : DateAttribute *
date : DateTime -> unit
No code example is currently available or this language may not be supported.
Parameters
- dateAttributes DateAttribute
-
The type of date(s) to set on the file.
- date DateTime
-
The date.