Period.Implicit Operator
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Overloads
| Operator | Description |
|---|---|
| implicit operator Period(ref Period) | Convert to a NodaTime.Period. |
| implicit operator Period(Period) | Convert to a NodaTime.Period. |
implicit operator Period(ref Period)
Source: Period.cs
Convert to a NodaTime.Period.
public static implicit operator Period(ref Period value)
Parameters
| Name | Type | Description |
|---|---|---|
value |
ref Period |
The value to convert. |
Returns
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
implicit operator Period(Period)
Source: Period.cs
Convert to a NodaTime.Period.
public static implicit operator Period(Period value)
Parameters
| Name | Type | Description |
|---|---|---|
value |
Period |
The value to convert. |
Returns
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue