DateTime() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
DateTime(int year, int month, int day, int hour, int minute, int second, bool isLocal) (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
DateTime(int year, int month, int day, int hour, int minute, int second) (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
Dispose() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | virtual |
getDay() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
getHour() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
getMinute() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
getMonth() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
getSecond() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
getYear() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
isLocalTime() (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
Now() | SolidFramework.Interop.DateTime | static |
Parse(string date) | SolidFramework.Interop.DateTime | static |
setIsLocalTime(bool isLocal) (defined in SolidFramework.Interop.DateTime) | SolidFramework.Interop.DateTime | |
ToISOString() | SolidFramework.Interop.DateTime | |
ToSortableString() | SolidFramework.Interop.DateTime | |
TryParse(string date, out global::System.DateTime result) | SolidFramework.Interop.DateTime | static |