Changeset 38


Ignore:
Timestamp:
Dec 26, 2006, 5:56:31 PM (17 years ago)
Author:
OverTaker
Message:

ケアレスミス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/DateTime.ab

    r36 r38  
    88    m_Date As Int64
    99Public
    10     Static MaxValue As Int64 'Const
    11     Static MinValue As Int64 'Const
     10    Static MaxValue = 3162240000000000000000 As Int64 'Const
     11    Static MinValue = 316224000000000000 As Int64 'Const
    1212
    1313    Sub DateTime(ticks As Int64)
    1414        Ticks = ticks
    1515        Kind = DateTimeKind.Unspecified
    16         DateTime.MaxValue = 10000*1000*60*60*24*366*10000
    17         DateTime.MinValue = 10000*1000*60*60*24*366
    1816    End Sub
    1917
Note: See TracChangeset for help on using the changeset viewer.