Getting Weekday in AppointmentItem

  • Thread starter Thread starter DENNIS BROWN
  • Start date Start date
D

DENNIS BROWN

How would I determine the weekday of an appointment item? The .Start and .End return the date and time, but not the day of week the appointment is on. Is there a method to get that when reading the currently selected item with
..ActiveExplorer.Selection(1).Start, or something similar?
 
You can use the Weekday() function to return a number corresponding to the day of the week.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


How would I determine the weekday of an appointment item? The .Start and .End return the date and time, but not the day of week the appointment is on. Is there a method to get that when reading the currently selected item with
..ActiveExplorer.Selection(1).Start, or something similar?
 
Back
Top