[]
Returns the day of the month in the specified DateTime.
public override int GetDayOfMonth(DateTime time)
| Type | Name | Description |
|---|---|---|
| DateTime | time | The DateTime to read. |
| Type | Description |
|---|---|
| int | An integer from 1 to 31 that represents the day of the month in the specified DateTime. |