Skip to main content
A newer version of this page is available. .

ExactWorkDay(DateTime, String) Constructor

Initializes a new instance of the ExactWorkDay class with the specified date and display name.

Namespace: DevExpress.Schedule

Assembly: DevExpress.Data.v18.2.dll

Declaration

public ExactWorkDay(
    DateTime date,
    string displayName
)

Parameters

Name Type Description
date DateTime

A DateTime value that specifies the date of the working day. This value is assigned to the KnownDateDay.Date property.

displayName String

A String which specifies the display name of the working day. This value is assigned to the KnownDateDay.DisplayName property.

See Also