DateTime¶
The DateTime module.
DateTime Add¶
-
SystemDateTime.__Add__SystemTimeSpan__SystemDateTime(System.DateTime instanceSystem.TimeSpan value)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddDays¶
-
SystemDateTime.__AddDays__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddHours¶
-
SystemDateTime.__AddHours__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)¶
outputs: unnamed (DateTime)
flow: none
op_Addition¶
-
SystemDateTime.__op_Addition__SystemDateTime_SystemTimeSpan__SystemDateTime(System.DateTime System.TimeSpan)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddMilliseconds¶
-
SystemDateTime.__AddMilliseconds__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddMinutes¶
-
SystemDateTime.__AddMinutes__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddMonths¶
-
SystemDateTime.__AddMonths__SystemInt32__SystemDateTime(System.DateTime instanceSystem.Int32 months)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddSeconds¶
-
SystemDateTime.__AddSeconds__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddTicks¶
-
SystemDateTime.__AddTicks__SystemInt64__SystemDateTime(System.DateTime instanceSystem.Int64 value)¶
outputs: unnamed (DateTime)
flow: none
DateTime AddYears¶
-
SystemDateTime.__AddYears__SystemInt32__SystemDateTime(System.DateTime instanceSystem.Int32 value)¶
outputs: unnamed (DateTime)
flow: none
DateTime Compare¶
-
SystemDateTime.__Compare__SystemDateTime_SystemDateTime__SystemInt32(System.DateTime t1System.DateTime t2)¶
outputs: unnamed (Int32)
flow: none
DateTime CompareTo¶
-
SystemDateTime.__CompareTo__SystemObject__SystemInt32(System.DateTime instanceSystem.Object value)¶
outputs: unnamed (Int32)
flow: none
ctor¶
-
SystemDateTime.__ctor__SystemInt64__SystemDateTime(System.Int64)¶
outputs: unnamed (DateTime)
flow: none
DateTime DaysInMonth¶
-
SystemDateTime.__DaysInMonth__SystemInt32_SystemInt32__SystemInt32(System.Int32 yearSystem.Int32 month)¶
outputs: unnamed (Int32)
flow: none
op_Equality¶
-
SystemDateTime.__op_Equality__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)¶
outputs: unnamed (Boolean)
flow: none
DateTime Equals¶
-
SystemDateTime.__Equals__SystemObject__SystemBoolean(System.DateTime instanceSystem.Object value)¶
outputs: unnamed (Boolean)
flow: none
DateTime FromBinary¶
-
SystemDateTime.__FromBinary__SystemInt64__SystemDateTime(System.Int64 dateData)¶
outputs: unnamed (DateTime)
flow: none
DateTime FromFileTime¶
-
SystemDateTime.__FromFileTime__SystemInt64__SystemDateTime(System.Int64 fileTime)¶
outputs: unnamed (DateTime)
flow: none
DateTime FromFileTimeUtc¶
-
SystemDateTime.__FromFileTimeUtc__SystemInt64__SystemDateTime(System.Int64 fileTime)¶
outputs: unnamed (DateTime)
flow: none
DateTime FromOADate¶
-
SystemDateTime.__FromOADate__SystemDouble__SystemDateTime(System.Double d)¶
outputs: unnamed (DateTime)
flow: none
DateTime get_Date¶
-
SystemDateTime.__get_Date__SystemDateTime(System.DateTime instance)¶
outputs: unnamed (DateTime)
flow: none
DateTime get_Day¶
-
SystemDateTime.__get_Day__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_DayOfWeek¶
-
SystemDateTime.__get_DayOfWeek__SystemDayOfWeek(System.DateTime instance)¶
outputs: unnamed (DayOfWeek)
flow: none
DateTime get_DayOfYear¶
-
SystemDateTime.__get_DayOfYear__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_Hour¶
-
SystemDateTime.__get_Hour__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_Kind¶
-
SystemDateTime.__get_Kind__SystemDateTimeKind(System.DateTime instance)¶
outputs: unnamed (DateTimeKind)
flow: none
DateTime get_MaxValue¶
-
SystemDateTime.__get_MaxValue__SystemDateTime()¶
outputs: unnamed (DateTime)
flow: none
DateTime get_Millisecond¶
-
SystemDateTime.__get_Millisecond__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_Minute¶
-
SystemDateTime.__get_Minute__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_MinValue¶
-
SystemDateTime.__get_MinValue__SystemDateTime()¶
outputs: unnamed (DateTime)
flow: none
DateTime get_Month¶
-
SystemDateTime.__get_Month__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_Now¶
-
SystemDateTime.__get_Now__SystemDateTime()¶
outputs: unnamed (DateTime)
flow: none
DateTime get_Second¶
-
SystemDateTime.__get_Second__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime get_Ticks¶
-
SystemDateTime.__get_Ticks__SystemInt64(System.DateTime instance)¶
outputs: unnamed (Int64)
flow: none
DateTime get_TimeOfDay¶
-
SystemDateTime.__get_TimeOfDay__SystemTimeSpan(System.DateTime instance)¶
outputs: unnamed (TimeSpan)
flow: none
DateTime get_Today¶
-
SystemDateTime.__get_Today__SystemDateTime()¶
outputs: unnamed (DateTime)
flow: none
DateTime get_UtcNow¶
-
SystemDateTime.__get_UtcNow__SystemDateTime()¶
outputs: unnamed (DateTime)
flow: none
DateTime get_Year¶
-
SystemDateTime.__get_Year__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime GetDateTimeFormats¶
-
SystemDateTime.__GetDateTimeFormats__SystemStringArray(System.DateTime instance)¶
outputs: unnamed (String[])
flow: none
DateTime GetHashCode¶
-
SystemDateTime.__GetHashCode__SystemInt32(System.DateTime instance)¶
outputs: unnamed (Int32)
flow: none
DateTime GetType¶
-
SystemDateTime.__GetType__SystemType(System.DateTime instance)¶
outputs: unnamed (Type)
flow: none
op_GreaterThan¶
-
SystemDateTime.__op_GreaterThan__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)¶
outputs: unnamed (Boolean)
flow: none
op_GreaterThanOrEqual¶
-
SystemDateTime.__op_GreaterThanOrEqual__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)¶
outputs: unnamed (Boolean)
flow: none
op_Inequality¶
-
SystemDateTime.__op_Inequality__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)¶
outputs: unnamed (Boolean)
flow: none
DateTime IsDaylightSavingTime¶
-
SystemDateTime.__IsDaylightSavingTime__SystemBoolean(System.DateTime instance)¶
outputs: unnamed (Boolean)
flow: none
DateTime IsLeapYear¶
-
SystemDateTime.__IsLeapYear__SystemInt32__SystemBoolean(System.Int32 year)¶
outputs: unnamed (Boolean)
flow: none
op_LessThan¶
-
SystemDateTime.__op_LessThan__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)¶
outputs: unnamed (Boolean)
flow: none
op_LessThanOrEqual¶
-
SystemDateTime.__op_LessThanOrEqual__SystemDateTime_SystemDateTime__SystemBoolean(System.DateTime System.DateTime)¶
outputs: unnamed (Boolean)
flow: none
DateTime Parse¶
-
SystemDateTime.__Parse__SystemString__SystemDateTime(System.String s)¶
outputs: unnamed (DateTime)
flow: none
DateTime ParseExact¶
-
SystemDateTime.__ParseExact__SystemString_SystemString_SystemIFormatProvider__SystemDateTime(System.String sSystem.String formatSystem.IFormatProvider provider)¶
outputs: unnamed (DateTime)
flow: none
DateTime SpecifyKind¶
-
SystemDateTime.__SpecifyKind__SystemDateTime_SystemDateTimeKind__SystemDateTime(System.DateTime valueSystem.DateTimeKind kind)¶
outputs: unnamed (DateTime)
flow: none
DateTime Subtract¶
-
SystemDateTime.__Subtract__SystemDateTime__SystemTimeSpan(System.DateTime instanceSystem.DateTime value)¶
outputs: unnamed (TimeSpan)
flow: none
op_Subtraction¶
-
SystemDateTime.__op_Subtraction__SystemDateTime_SystemTimeSpan__SystemDateTime(System.DateTime System.TimeSpan)¶
outputs: unnamed (DateTime)
flow: none
DateTime ToBinary¶
-
SystemDateTime.__ToBinary__SystemInt64(System.DateTime instance)¶
outputs: unnamed (Int64)
flow: none
DateTime ToFileTime¶
-
SystemDateTime.__ToFileTime__SystemInt64(System.DateTime instance)¶
outputs: unnamed (Int64)
flow: none
DateTime ToFileTimeUtc¶
-
SystemDateTime.__ToFileTimeUtc__SystemInt64(System.DateTime instance)¶
outputs: unnamed (Int64)
flow: none
DateTime ToLocalTime¶
-
SystemDateTime.__ToLocalTime__SystemDateTime(System.DateTime instance)¶
outputs: unnamed (DateTime)
flow: none
DateTime ToLongDateString¶
-
SystemDateTime.__ToLongDateString__SystemString(System.DateTime instance)¶
outputs: unnamed (String)
flow: none
DateTime ToLongTimeString¶
-
SystemDateTime.__ToLongTimeString__SystemString(System.DateTime instance)¶
outputs: unnamed (String)
flow: none
DateTime ToOADate¶
-
SystemDateTime.__ToOADate__SystemDouble(System.DateTime instance)¶
outputs: unnamed (Double)
flow: none
DateTime ToShortDateString¶
-
SystemDateTime.__ToShortDateString__SystemString(System.DateTime instance)¶
outputs: unnamed (String)
flow: none
DateTime ToShortTimeString¶
-
SystemDateTime.__ToShortTimeString__SystemString(System.DateTime instance)¶
outputs: unnamed (String)
flow: none
DateTime ToString¶
-
SystemDateTime.__ToString__SystemString(System.DateTime instance)¶
outputs: unnamed (String)
flow: none
DateTime ToUniversalTime¶
-
SystemDateTime.__ToUniversalTime__SystemDateTime(System.DateTime instance)¶
outputs: unnamed (DateTime)
flow: none
DateTime TryParse¶
-
SystemDateTime.__TryParse__SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean(System.String sSystem.IFormatProvider providerSystem.Globalization.DateTimeStyles styles)¶
outputs: result (DateTime), unnamed (Boolean)
flow inputs: unnamed
flow outputs: unnamed
DateTime TryParseExact¶
-
SystemDateTime.__TryParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean(System.String sSystem.String formatSystem.IFormatProvider providerSystem.Globalization.DateTimeStyles style)¶
outputs: result (DateTime), unnamed (Boolean)
flow inputs: unnamed
flow outputs: unnamed