UserLock API
Public Member Functions | List of all members
TimeFrames Class Reference

List of time frames. See the class TimeFrame. More...

Inherits List< TimeFrame >.

Public Member Functions

 TimeFrames (List< TimeFrame > timeFrames)
 Use by Ulysse API More...
 
override string ToString ()
 Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeFrames" cmdlet is called. More...
 
string ToString (char SEP, bool bAddFinalSep)
 Converts the current instance to a string. The separator between time quotas is customizable. Useful if the "Get-UserLockProtectedAccount -Property TimeFrames" cmdlet is called. More...
 

Detailed Description

List of time frames. See the class TimeFrame.

Constructor & Destructor Documentation

TimeFrames ( List< TimeFrame timeFrames)

Use by Ulysse API

Parameters
timeFrames

Member Function Documentation

override string ToString ( )

Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeFrames" cmdlet is called.

Returns
string ToString ( char  SEP,
bool  bAddFinalSep 
)

Converts the current instance to a string. The separator between time quotas is customizable. Useful if the "Get-UserLockProtectedAccount -Property TimeFrames" cmdlet is called.

Parameters
SEPThe separator between time frames.
bAddFinalSepif set to true add the separator after the last time frame.
Returns
A System.String that represents this instance.