Share via


SimpleDate.Era property

Gets or sets the integer era value of the date.

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

Syntax

'Declaration
Public Property Era As Integer
    Get
    Set
'Usage
Dim instance As SimpleDate
Dim value As Integer

value = instance.Era

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

Property value

Type: System.Int32

See also

Reference

SimpleDate structure

SimpleDate members

Microsoft.SharePoint.Utilities namespace