Deleted Method Get
This commit is contained in:
@ -38,10 +38,6 @@ public interface IProperty
|
||||
static (bool?, string[]) IsWrongYear(string[] segments, string year) =>
|
||||
Property.IsWrongYear(segments, year);
|
||||
|
||||
(bool?, string[]) TestStatic_IsWrongYear(string fileName, DateTime minimumDateTime);
|
||||
static (bool?, string[]) IsWrongYear(string fileName, DateTime minimumDateTime) =>
|
||||
throw new NotImplementedException(); //Property.IsWrongYear(fileName, minimumDateTime);
|
||||
|
||||
List<DateTime> TestStatic_GetDateTimes(Models.Property property);
|
||||
static List<DateTime> GetDateTimes(Models.Property property) =>
|
||||
Property.GetDateTimes(property.CreationTime, property.LastWriteTime, property.DateTime, property.DateTimeDigitized, property.DateTimeOriginal, property.GPSDateStamp);
|
||||
|
Reference in New Issue
Block a user