Share via


Day Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the day of the month represented by this instance.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property Day As Integer
public int Day { get; }
public:
property int Day {
    int get ();
}
member Day : int with get
function get Day () : int

Property Value

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

.NET Framework Security

See Also

Reference

DateTime Structure

System Namespace