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