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
An instance of EssentialsPeriod.
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
An instance of EssentialsPeriod.
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)
Returns
An instance of EssentialsPeriod.
