Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Serializer Class / GetCalendarID Method


In This Topic
    GetCalendarID Method
    In This Topic
    Internal use.
    Syntax
    'Declaration
     
    
    Public Shared Function GetCalendarID( _
       ByVal calendar As Calendar, _
       ByRef propID As PropertyInfo _
    ) As Integer
    'Usage
     
    
    Dim calendar As Calendar
    Dim propID As PropertyInfo
    Dim value As Integer
     
    value = Serializer.GetCalendarID(calendar, propID)
    public static int GetCalendarID( 
       Calendar calendar,
       ref PropertyInfo propID
    )

    Parameters

    calendar
    propID
    See Also