共用方式為


IntlDate.Month property

取得或設定國際日期的整數月份值。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property Month As Integer
    Get
    Set
'用途
Dim instance As IntlDate
Dim value As Integer

value = instance.Month

instance.Month = value
public int Month { get; set; }

Property value

Type: System.Int32
Integer 代表國際日期的月份。

請參閱

參照

IntlDate class

IntlDate members

Microsoft.SharePoint.Utilities namespace