Click or drag to resize
DateTimeDay Property
Gets the day of the month represented by this instance.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public int Day { get; }

Return Value

Type: Int32
The day component, expressed as a value between 1 and 31.
See Also