Skip to content

Commit

Permalink
Rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Jul 18, 2024
1 parent 1b2b132 commit 7a93d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public ReadOnlyDateTimeProperties() : this(null, null)
{
}

public ReadOnlyDateTimeProperties(IDateTimeProperties number) : this(number.MinimumValue, number.MaximumValue)
public ReadOnlyDateTimeProperties(IDateTimeProperties dateTime) : this(dateTime.MinimumValue, dateTime.MaximumValue)
{
}

Expand Down

0 comments on commit 7a93d6a

Please sign in to comment.