Skip to main content

@microsoft/fast-foundation > MonthInfo

MonthInfo type

Information about a month

Signature:
export declare type MonthInfo = {
month: number;
year: number;
length: number;
start: number;
};