Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTDateTime.DayOfWeek

Syntax

int DayOfWeek( )

Parameters

This method has no parameters.

Description

Retrieves the day of the week from the date part of the CTDateTime object. 0 is Sunday, 1 is Monday, ..., 6 is Saturday.

Return

DayOfWeek() returns the day of the week.

See Also

Day()

TOCIndex