EssentialsDate.GetEndOfWeek method

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

GetEndOfWeek()

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

public EssentialsTime GetEndOfWeek()

Returns

An instance of EssentialsTime.

GetEndOfWeek(TimeZoneInfo)

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

public EssentialsTime GetEndOfWeek(TimeZoneInfo timeZone)

Parameters

timeZone TimeZoneInfo

The time zone.

Returns

An instance of EssentialsTime.