ISDateTimeUtils.ConvertDaysToStringWDDateRange

Description

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

Syntax

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

Return Value

string

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

Example

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

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

Version information

Added in v7.8.0