Definition
Assembly: System.Runtime.dll Namespace: SystemSyntax
Summary
This type is defined in System.Runtime.Remarks
See Microsoft documentation for more information about the rest of the API.Methods
DaysInMonth Extension
Extension method from
System.EasyAF_DateTimeExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
value | System.DateTimeOffset | - |
Returns
Type:int
Remarks
https://stackoverflow.com/questions/24245523/getting-the-first-and-last-day-of-a-month-using-a-given-datetime-objectFirstDayOfMonth Extension
Extension method from
System.EasyAF_DateTimeExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
value | System.DateTimeOffset | - |
Returns
Type:System.DateTimeOffset
Remarks
https://stackoverflow.com/questions/24245523/getting-the-first-and-last-day-of-a-month-using-a-given-datetime-objectGetQuarter Extension
Extension method from
System.EasyAF_DateTimeExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
date | System.DateTimeOffset | The DateTimeOffset to use in the calculation. |
Returns
Type:int
Remarks
From https://stackoverflow.com/questions/8698303/how-do-i-discover-the-quarter-of-a-given-dateGetQuarter Extension
Extension method from
System.EasyAF_DateTimeExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
date | System.DateTimeOffset | The DateTimeOffset to use in the calculation. |
fiscalYearStart | System.DateTimeOffset | The DateTime representing the start day of the fiscal year to use in calculation. |
Returns
Type:int
Remarks
From https://stackoverflow.com/questions/8698303/how-do-i-discover-the-quarter-of-a-given-dateLastDayOfMonth Extension
Extension method from
System.EasyAF_DateTimeExtensionsSyntax
Parameters
| Name | Type | Description |
|---|---|---|
value | System.DateTimeOffset | - |
Returns
Type:System.DateTimeOffset