UserLock API
|
List of time frames. See the class TimeFrame. More...
Inherits TranslatedList< T >.
Public Member Functions | |
TimeFrames (List< TimeFrame > timeFrames) | |
Use by Ulysse API. | |
override string | ToString () |
Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeFrames" cmdlet is called. | |
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. | |
List of time frames. See the class TimeFrame.
TimeFrames | ( | List< TimeFrame > | timeFrames | ) |
Use by Ulysse API.
timeFrames |
override string ToString | ( | ) |
Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeFrames" cmdlet is called.
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.
SEP | The separator between time frames. |
bAddFinalSep | if set to true add the separator after the last time frame. |