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