EssentialsPeriod.Tomorrow method

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

Tomorrow()

Static

Returns a EssentialsPeriod representing the the day after the current day and according to the local time zone.

public static EssentialsPeriod Tomorrow()

Returns

Tomorrow(TimeZoneInfo)

Static

Returns a EssentialsPeriod representing the the day after the current day and according to the timeZone.

public static EssentialsPeriod Tomorrow(TimeZoneInfo timeZone)

Parameters

timeZone TimeZoneInfo

Returns

Tomorrow(DateTimeOffset, TimeZoneInfo)

Static

Returns a EssentialsPeriod representing the the day after the day of timestamp and according to the timeZone.

public static EssentialsPeriod Tomorrow(DateTimeOffset timestamp, TimeZoneInfo timeZone)

Parameters

timestamp DateTimeOffset

The timestamp.

timeZone TimeZoneInfo

The time zone.

Returns