Gets the month component of the date represented by this instance.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public int Month { get; }
Return Value
Type:
Int32The month component, expressed as a value between 1 and 12.
See Also