Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 806c8fa

Browse files
committed
Refactoring Date and Time Only
1 parent d9c6e7b commit 806c8fa

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

src/NET6CustomLibrary/DateTime/TypeConverters/DateOnlyTypeConverter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.ComponentModel;
2-
using System.Globalization;
3-
41
namespace NET6CustomLibrary.DateTime.TypeConverters;
52

63
public class DateOnlyTypeConverter : TypeConverter

src/NET6CustomLibrary/DateTime/TypeConverters/TimeOnlyTypeConverter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System.ComponentModel;
2-
using System.Globalization;
3-
41
namespace NET6CustomLibrary.DateTime.TypeConverters;
52

63
public class TimeOnlyTypeConverter : TypeConverter

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
global using System;
22
global using System.Collections.Generic;
3+
global using System.ComponentModel;
4+
global using System.Globalization;
35
global using System.Linq;
46
global using System.Text;
57
global using System.Text.Json;

0 commit comments

Comments
 (0)