'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