This document is archived and information here might be outdated. Recommended version. |
Obtains a string representation of a temporal unit enumeration, in upper, lower, or mixed case, with singular or plural form.
[Visual Basic .NET] Public Sub TemporalUnitsAsString ( _ ByVal eUnits As enumTemporalUnits, _ ByVal eAppearance As esriCaseAppearance, _ ByVal bvPlural As Boolean, _ ByRef pbstrUnitString As String _ )
[C#] public void TemporalUnitsAsString ( enumTemporalUnits eUnits, esriCaseAppearance eAppearance, bool bvPlural, ref string pbstrUnitString );
[C++]
HRESULT TemporalUnitsAsString(
enumTemporalUnits eUnits,
esriCaseAppearance eAppearance,
VARIANT_BOOL bvPlural,
System.String* pbstrUnitString
);
[C++] Parameters eUnits [in]
eUnits is a parameter of type enumTemporalUnits eAppearance [in]
eAppearance is a parameter of type esriCaseAppearance bvPlural [in]
bvPlural is a parameter of type bool pbstrUnitString [out]
pbstrUnitString is a parameter of type BSTR*