SimpleDate.Month property
取得或設定日期的整數月份值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Month As Integer
Get
Set
'用途
Dim instance As SimpleDate
Dim value As Integer
value = instance.Month
instance.Month = value
public int Month { get; set; }
Property value
Type: System.Int32