adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Describe Class / OccurrenceTypeDescription Method
The OccurrenceType to describe.


In This Topic
    OccurrenceTypeDescription Method
    In This Topic
    Gets display name for an OccurrenceType value
    Syntax
    'Declaration
     
    
    Public Shared Function OccurrenceTypeDescription( _
       ByVal value As OccurrenceType _
    ) As String
    public static string OccurrenceTypeDescription( 
       OccurrenceType value
    )
    public:
    static String^ OccurrenceTypeDescription( 
       OccurrenceType value
    ) 

    Parameters

    value
    The OccurrenceType to describe.
    See Also