EssentialsMonth.GetNext method
Version 1.1.28
.NET Framework 4.8
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
GetNext()
Returns a new instance representing the next month, according to the local time zone.
public EssentialsMonth GetNext()
Returns
An instance of EssentialsMonth.
GetNext(TimeZoneInfo)
Returns a new instance representing the next month, according to the specified timeZone
.
public EssentialsMonth GetNext(TimeZoneInfo timeZone)
Parameters
timeZone
TimeZoneInfo
The time zone to be used for calculating the start and end dates.
Returns
An instance of EssentialsMonth.