51Public Property Get()Property Get Second() As Integer52Second = m_Second53End Property54Public Property Let()Property Let Second(tmp_Second As Integer)55m_Second = tmp_Second56End Property57585960Public Property Get()Property Get Hour() As Integer61Hour = m_Hour62End Property63Public Property Let()Property Let Hour(tmp_Hour As Integer)64m_Hour = tmp_Hour65End Property66Public Property Get()Property Get Minute() As Integer67Minute = m_Minute68End Property69Public Property Let()Property Let Minute(tmp_Minute As Integer)70m_Minute = tmp_Minute71End Property7273747576Public Function setup()Function setup() As Integer77SystemTime.wDay = Day78'SystemTime.wDayOfWeek = 179SystemTime.wMilliseconds = 080SystemTime.wMonth = Month81SystemTime.wSecond = Second82SystemTime.wYear = Year83SystemTime.wHour = Hour84SystemTime.wMinute = Minute85setup = SetSystemTime(SystemTime)8687End Function88
(编辑:aniston)
·2024年12月目录 ·2024年11月目录 ·2024年10月目录 ·2024年9月目录 ·2024年8月目录 ·2024年7月目录 ·2024年6月目录 ·2024年5月目录 ·2024年4月目录 ·2024年3月目录 ·2024年2月目录 ·2024年1月目录 ·2023年12月目录 ·2023年11月目录