Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDateTime::DayOfWeek

Syntax

NINT DayOfWeek( ) const

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