adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetHolidaySets Method / GetHolidaySets() Method


In This Topic
    GetHolidaySets() Method
    In This Topic
    Gets all Holiday Sets the user has permission for.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetHolidaySets() As SharedScheduleCollection
    [NotNull()]
    public SharedScheduleCollection GetHolidaySets()
    [NotNull()]
    public:
    SharedScheduleCollection^ GetHolidaySets(); 

    Return Value

    All Holiday Sets for which the caller has at least List permission.
    See Also