property NNTP.Time (Time as Date) as String
Converts a TIME value to HHMMSS value.

TypeDescription
Time as Date A TIME value being converted.  
String A string expression that indicates the time's format.
Some commands like NEWNEWS or NEWGROUPS requires thetime to be sent in the HHMMSS format, HH being hours on the 24-hour clock, MM minutes 00-59, and SS seconds 00-59. Use the Date property to convert a date value to the YYMMDD format.