package cs.system
extends ValueType
implements IComparable_1<DateTime>, IEquatable_1<DateTime>, IComparable, IConvertible, IFormattable, ISerializable
Available on csnew (ticks:Int64)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int, millisecond:Int, calendar:Calendar, kind:DateTimeKind)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int, millisecond:Int, kind:DateTimeKind)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int, kind:DateTimeKind)new (ticks:Int64, kind:DateTimeKind)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int, millisecond:Int, calendar:Calendar)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int, calendar:Calendar)new (year:Int, month:Int, day:Int, calendar:Calendar)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int, millisecond:Int)new (year:Int, month:Int, day:Int, hour:Int, minute:Int, second:Int)new (year:Int, month:Int, day:Int)read only Date:DateTimeread only Day:Intread only DayOfWeek:DayOfWeekread only DayOfYear:Intread only Hour:Intread only Kind:DateTimeKindread only Millisecond:Intread only Minute:Intread only Month:Intread only Second:Intread only Ticks:Int64read only TimeOfDay:TimeSpanread only Year:IntAdd (value:TimeSpan):DateTimeAddDays (value:Float):DateTimeAddHours (value:Float):DateTimeAddMilliseconds (value:Float):DateTimeAddMinutes (value:Float):DateTimeAddMonths (months:Int):DateTimeAddSeconds (value:Float):DateTimeAddTicks (value:Int64):DateTimeAddYears (value:Int):DateTimeCompareTo (value:Dynamic):IntCompareTo (value:DateTime):IntGetDateTimeFormats ():NativeArray<String>GetDateTimeFormats (format:Char16, provider:IFormatProvider):NativeArray<String>GetDateTimeFormats (provider:IFormatProvider):NativeArray<String>GetDateTimeFormats (format:Char16):NativeArray<String>GetTypeCode ():TypeCodeIsDaylightSavingTime ():BoolSubtract (value:DateTime):TimeSpanSubtract (value:TimeSpan):DateTimeToBinary ():Int64ToFileTime ():Int64ToFileTimeUtc ():Int64ToLocalTime ():DateTimeToLongDateString ():StringToLongTimeString ():StringToOADate ():FloatToShortDateString ():StringToShortTimeString ():StringToUniversalTime ():DateTimestatic read only MaxValue:DateTimestatic read only MinValue:DateTimestatic read only Now:DateTimestatic read only Today:DateTimestatic read only UtcNow:DateTimestatic Compare (t1:DateTime, t2:DateTime):Intstatic DaysInMonth (year:Int, month:Int):Intstatic FromBinary (dateData:Int64):DateTimestatic FromFileTime (fileTime:Int64):DateTimestatic FromFileTimeUtc (fileTime:Int64):DateTimestatic FromOADate (d:Float):DateTimestatic IsLeapYear (year:Int):Boolstatic Parse (s:String):DateTimestatic Parse (s:String, provider:IFormatProvider, styles:DateTimeStyles):DateTimestatic Parse (s:String, provider:IFormatProvider):DateTimestatic ParseExact (s:String, format:String, provider:IFormatProvider):DateTimestatic ParseExact (s:String, formats:NativeArray<String>, provider:IFormatProvider, style:DateTimeStyles):DateTimestatic ParseExact (s:String, format:String, provider:IFormatProvider, style:DateTimeStyles):DateTimestatic SpecifyKind (value:DateTime, kind:DateTimeKind):DateTimestatic TryParse (s:String, result:Out<DateTime>):Boolstatic TryParse (s:String, provider:IFormatProvider, styles:DateTimeStyles, result:Out<DateTime>):Boolstatic TryParseExact (s:String, format:String, provider:IFormatProvider, style:DateTimeStyles, result:Out<DateTime>):Boolstatic TryParseExact (s:String, formats:NativeArray<String>, provider:IFormatProvider, style:DateTimeStyles, result:Out<DateTime>):Boolstatic _Equals (t1:DateTime, t2:DateTime):Boolstatic op_Addition (d:DateTime, t:TimeSpan):DateTimestatic op_Equality (d1:DateTime, d2:DateTime):Boolstatic op_GreaterThan (t1:DateTime, t2:DateTime):Boolstatic op_GreaterThanOrEqual (t1:DateTime, t2:DateTime):Boolstatic op_Inequality (d1:DateTime, d2:DateTime):Boolstatic op_LessThan (t1:DateTime, t2:DateTime):Boolstatic op_LessThanOrEqual (t1:DateTime, t2:DateTime):Boolstatic op_Subtraction (d1:DateTime, d2:DateTime):TimeSpanstatic op_Subtraction (d:DateTime, t:TimeSpan):DateTime
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/DateTime.html