File

projects/rebirth-ng/src/lib/date-picker/date-change-event-args.model.ts

Index

Properties

Properties

date
date: Date
Type : Date
reason
reason: SelectDateChangeReason
Type : SelectDateChangeReason
export enum SelectDateChangeReason {
  date,
  time
}

export interface SelectDateChangeEventArgs {
  reason: SelectDateChangeReason;
  date: Date;
}

results matching ""

    No results matching ""