ISDateTimeUtils.ConvertWeeksToStringWDDateRange

Description

This function converts the specified count of weeks to week-day date range.

Syntax

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

Return Value

string

Returns the specified count of weeks converted to week-day date range.

Example

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)  
Note:

In Profile Client v8 on User Interface the count of weeks in week-day format cannot be found.

Version information

Added in v7.8.0