Skip to main content
Version: 1.x

@microsoft/fast-foundation > MonthInfo

MonthInfo type

Information about a month

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