This document is archived and information here might be outdated.  Recommended version.


ITime2.DayOfWeek Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

ITime2.DayOfWeek Property

The day number of the week, starting with 1 for Sunday.

[Visual Basic .NET]
Public ReadOnly Property DayOfWeek As Short
[C#]
public short DayOfWeek {get;}
[C++]
HRESULT get_DayOfWeek(
  short* dayNumber
);
[C++]

Parameters dayNumber [out, retval] dayNumber is a parameter of type short

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITime2 Interface