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