EssentialsDate.GetStartOfMonth method

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

GetStartOfMonth()

Gets the start of the day, according to Coordinated Universal Time (UTC).

public EssentialsTime GetStartOfMonth()

Returns

An instance of EssentialsTime.

GetStartOfMonth(TimeZoneInfo)

Gets the start of the day, according to the specified timeZone.

public EssentialsTime GetStartOfMonth(TimeZoneInfo timeZone)

Parameters

timeZone TimeZoneInfo

The time zone.

Returns

An instance of EssentialsTime.