EssentialsDate.GetEndOfMonth method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

GetEndOfMonth()

Gets the end of the month, according to Coordinated Universal Time (UTC).

public EssentialsTime GetEndOfMonth()

Returns

An instance of EssentialsTime.

GetEndOfMonth(TimeZoneInfo)

Gets the end of the month, according to the specified timeZone.

public EssentialsTime GetEndOfMonth(TimeZoneInfo timeZone)

Parameters

timeZone TimeZoneInfo

The time zone.

Returns

An instance of EssentialsTime.