'Declaration Public Shared Function Create( _ ByVal op As DateOccurringType, _ ByVal style As StyleInfo _ ) As DateOccurringRule
'Usage Dim op As DateOccurringType Dim style As StyleInfo Dim value As DateOccurringRule value = DateOccurringRule.Create(op, style)
public static DateOccurringRule Create( DateOccurringType op, StyleInfo style )
Parameters
- op
- The DateOccurringType data occurring rule.
- style
- The style that is set by the rule.
Return Value
The new data occurring rule.