Home | History | Annotate | Download | only in WinNtSimpleFileSystemDxe

Lines Matching refs:Month

1476   Time->Month       = (UINT8) SystemTime->wMonth;

2011 Info->CreateTime.Month = (UINT8) SystemTime.wMonth;
2020 Info->LastAccessTime.Month = (UINT8) SystemTime.wMonth;
2029 Info->ModificationTime.Month = (UINT8) SystemTime.wMonth;
2732 NewCreationSystemTime.wMonth = NewFileInfo->CreateTime.Month;
2754 NewLastAccessSystemTime.wMonth = NewFileInfo->LastAccessTime.Month;
2776 NewLastWriteSystemTime.wMonth = NewFileInfo->ModificationTime.Month;