DateDayOfWeek Property | |
Gets the day of the week represented by the instance.
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [IgnoreDataMemberAttribute]
public DayOfWeek DayOfWeek { get; }
public:
[IgnoreDataMemberAttribute]
property DayOfWeek DayOfWeek {
DayOfWeek get ();
}
function get_DayOfWeek();
Property Value
Type:
DayOfWeekSee Also