EfueliteSolutionsDateHelper 1.0.14

There is a newer version of this package available.
See the version list below for details.
dotnet add package EfueliteSolutionsDateHelper --version 1.0.14
NuGet\Install-Package EfueliteSolutionsDateHelper -Version 1.0.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EfueliteSolutionsDateHelper" Version="1.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EfueliteSolutionsDateHelper --version 1.0.14
#r "nuget: EfueliteSolutionsDateHelper, 1.0.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.0.15 102 1/31/2024
1.0.14 172 12/15/2023
1.0.13 148 6/21/2023
1.0.12 209 3/8/2023
1.0.11 233 2/17/2023
1.0.10 361 9/1/2022
1.0.9 399 5/30/2022
1.0.8 389 5/30/2022
1.0.7 317 11/9/2021
1.0.6 294 11/7/2021
1.0.5 468 6/22/2020

This package is given free for public use by all developers.