EfueliteSolutionsDateHelper 1.0.14
See the version list below for details.
dotnet add package EfueliteSolutionsDateHelper --version 1.0.14
NuGet\Install-Package EfueliteSolutionsDateHelper -Version 1.0.14
<PackageReference Include="EfueliteSolutionsDateHelper" Version="1.0.14" />
paket add EfueliteSolutionsDateHelper --version 1.0.14
#r "nuget: EfueliteSolutionsDateHelper, 1.0.14"
// Install EfueliteSolutionsDateHelper as a Cake Addin #addin nuget:?package=EfueliteSolutionsDateHelper&version=1.0.14 // Install EfueliteSolutionsDateHelper as a Cake Tool #tool nuget:?package=EfueliteSolutionsDateHelper&version=1.0.14
Usage:
In class where its to be used, import the name space "EfueliteSolutionsDateHelper". The methods returns boolean except for the first six methods that returns string... Methods:
GMTDateTime24hrFormat();
GMTDateTime12hrFormat();
GMTTime24hrFormat();
GetDatePart(DateTime date);
GetDatePartAsync(DateTime date)
GetDatePartWithZeroTime(DateTime date)
GetDatePartWithZeroTimeAsync(DateTime date)
GetDatePartWithTime(DateTime date)
GetDatePartWithTimeAsync(DateTime date)
IsThisSecond(DateTime date);
IsThisMinute(DateTime date);
IsThisHour(DateTime date);
IsToday(DateTime date);
IsOneTodayAgo(DateTime date);
IsTwoTodaysAgo(DateTime date);
IsThreeTodaysAgo(DateTime date);
IsFourTodaysAgo(DateTime date);
IsFiveTodaysAgo(DateTime date);
IsSixTodaysAgo(DateTime date);
IsThisWeek(DateTime date);
IsLastWeekAgo(DateTime date);
IsLastTwoWeekAgo(DateTime date);
IsLastTwoWeekAgo(DateTime date);
IsLastThreeWeekAgo(DateTime date);
IsLastFourWeekAgo(DateTime date);
IsThisMonth(DateTime date);
IsMonday(DateTime date);
IsTuesday(DateTime date);
IsWednesday(DateTime date);
IsThursday(DateTime date);
IsFriday(DateTime date);
IsSaturday(DateTime date);
IsSunday(DateTime date);
IsWeekend(DateTime date);
IsThisYear(DateTime date);
IsValidDateFormat(date); ==> method extension takes an overload of either string or datetime variable
IsValidDateTime(date); ==> method extension takes an overload of either string or datetime variable
IsPastDateTime (DateTime datetime); ==> method extension takes datetime variable and returns a boolean indicating if its a date in the past
NormalizeJsonDateDeserialization (DateTime datetime); ==> method extension takes datetime variable and preserves the correct date after a date is deserialize from json to c#. Sometimes a day is lost. is where the package becomes helpful
MonthName (DateTime datetime); ==> method extension takes datetime variable and returns the name of the month
For further enquiries, you can send mails to solutions@efuelite.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This package is given free for public use by all developers.