This function converts the specified count of days to week-day date range.
object.ConvertDaysToStringWDDateRange(aDays)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISDateTimeUtils interface |
|
aDays |
In, Required | int |
The specified count of days |
string
Display the result of converting of the specified count of days to week-day date range.
Dim aDateTimeUtils
Dim aDays
Dim aMessage
Set aDateTimeUtils = Profile.DateTimeUtils
aDays = 15
aMessage = aDateTimeUtils.ConvertDaysToStringWDDateRange(aDays)
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface the count of days in week-day format cannot be found.