adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetHolidaySet Method
The name of the Holiday Set to fetch.


In This Topic
    GetHolidaySet Method
    In This Topic
    Gets the Holiday Set with the specified name.
    Gets Holiday Sets.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Function GetHolidaySet( _
       ByVal setName As String _
    ) As SharedSchedule
    [CanBeNull()]
    public SharedSchedule GetHolidaySet( 
       string setName
    )
    [CanBeNull()]
    public:
    SharedSchedule^ GetHolidaySet( 
       String^ setName
    ) 

    Parameters

    setName
    The name of the Holiday Set to fetch.

    Return Value

    The requested holiday set, or a null reference (Nothing in Visual Basic) if the schedule does not exist.
    See Also