Skip to content

Commit

Permalink
#74
Browse files Browse the repository at this point in the history
  • Loading branch information
davetimmins committed Sep 25, 2021
1 parent aecc031 commit fda6fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Anywhere.ArcGIS/Operation/ServiceDescriptionDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public class TimeInfo
public string TimeRelation { get; set; }

[DataMember(Name = "defaultTimeInterval")]
public int DefaultTimeInterval { get; set; }
public double DefaultTimeInterval { get; set; }

[DataMember(Name = "defaultTimeIntervalUnits")]
public string DefaultTimeIntervalUnits { get; set; }
Expand Down

0 comments on commit fda6fd9

Please sign in to comment.