EssentialsDate.GetStartOfWeek method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
GetStartOfWeek()
Gets the start of the week, according to Coordinated Universal Time (UTC).
public EssentialsTime GetStartOfWeek()
Returns
An instance of EssentialsTime.
GetStartOfWeek(TimeZoneInfo)
Gets the start of the week, according to the specified timeZone
.
public EssentialsTime GetStartOfWeek(TimeZoneInfo timeZone)
Parameters
timeZone
TimeZoneInfo
The time zone.
Returns
An instance of EssentialsTime.