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