Skip to the content.

PromptPlus API:ItemCalendar

Build Publish License NuGet Downloads

Back to List Api

ItemCalendar

Namespace: PPlus.Controls

Represents a Date in Calendar

public class ItemCalendar

Inheritance ObjectItemCalendar

Properties

Date

Get Date

public DateTime Date { get; }

Property Value

DateTime

Note

Get note

public string Note { get; }

Property Value

String

Constructors

ItemCalendar(DateTime, String)

Create a instance of day with notes

public ItemCalendar(DateTime date, string note)

Parameters

date DateTime
The date

note String
The note


Back to List Api