You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Sets the date and time that the file was created.
62
+
/// </summary>
63
+
/// <param name="creationTime">A <see cref="DateTime"/> containing the value to set for the creation date and time of path. This value is expressed in local time.</param>
64
+
/// <returns>A <see cref="IFile"/> instance representing the specified path.</returns>
65
+
IFileSetCreationTime(DateTimecreationTime)=>this;
66
+
67
+
/// <summary>
68
+
/// Sets the date and time, in Coordinated Universal Time (UTC), that the file was created.
69
+
/// </summary>
70
+
/// <param name="creationTimeUtc">A <see cref="DateTime"/> containing the value to set for the creation date and time of path. This value is expressed in UTC time.</param>
71
+
/// <returns>A <see cref="IFile"/> instance representing the specified path.</returns>
/// Sets the date and time that the specified file or directory was last accessed.
76
+
/// </summary>
77
+
/// <param name="lastAccessTime">A <see cref="DateTime"/> containing the value to set for the last access date and time of path. This value is expressed in local time.</param>
78
+
/// <returns>A <see cref="IFile"/> instance representing the specified path.</returns>
/// Sets the date and time, in Coordinated Universal Time (UTC), that the specified file or directory was last accessed.
83
+
/// </summary>
84
+
/// <param name="lastAccessTimeUtc">A <see cref="DateTime"/> containing the value to set for the last access date and time of path. This value is expressed in local time.</param>
85
+
/// <returns>A <see cref="IFile"/> instance representing the specified path.</returns>
/// Sets the date and time that the specified file or directory was last written to.
90
+
/// </summary>
91
+
/// <param name="lastWriteTime">A <see cref="DateTime"/> containing the value to set for the last access date and time of path. This value is expressed in local time.</param>
92
+
/// <returns>A <see cref="IFile"/> instance representing the specified path.</returns>
/// Sets the date and time, in Coordinated Universal Time (UTC), that the specified file or directory was last written to.
97
+
/// </summary>
98
+
/// <param name="lastWriteTimeUtc">A <see cref="DateTime"/> containing the value to set for the last access date and time of path. This value is expressed in local time.</param>
99
+
/// <returns>A <see cref="IFile"/> instance representing the specified path.</returns>
0 commit comments