DateTime

The DateTime module.

DateTime

Const_SystemDateTime(System.DateTime DateTime)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime Add

SystemDateTime.__Add__SystemTimeSpan__SystemDateTime(System.DateTime instanceSystem.TimeSpan value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime AddDays

SystemDateTime.__AddDays__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime AddHours

SystemDateTime.__AddHours__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

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

C# Documentation

DateTime AddMinutes

SystemDateTime.__AddMinutes__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime AddMonths

SystemDateTime.__AddMonths__SystemInt32__SystemDateTime(System.DateTime instanceSystem.Int32 months)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime AddSeconds

SystemDateTime.__AddSeconds__SystemDouble__SystemDateTime(System.DateTime instanceSystem.Double value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime AddTicks

SystemDateTime.__AddTicks__SystemInt64__SystemDateTime(System.DateTime instanceSystem.Int64 value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime AddYears

SystemDateTime.__AddYears__SystemInt32__SystemDateTime(System.DateTime instanceSystem.Int32 value)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime Compare

SystemDateTime.__Compare__SystemDateTime_SystemDateTime__SystemInt32(System.DateTime t1System.DateTime t2)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime CompareTo

SystemDateTime.__CompareTo__SystemObject__SystemInt32(System.DateTime instanceSystem.Object value)

outputs: unnamed (Int32)

flow: none

C# Documentation

ctor

SystemDateTime.__ctor__SystemInt64__SystemDateTime(System.Int64)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime DaysInMonth

SystemDateTime.__DaysInMonth__SystemInt32_SystemInt32__SystemInt32(System.Int32 yearSystem.Int32 month)

outputs: unnamed (Int32)

flow: none

C# Documentation

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

C# Documentation

DateTime FromBinary

SystemDateTime.__FromBinary__SystemInt64__SystemDateTime(System.Int64 dateData)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime FromFileTime

SystemDateTime.__FromFileTime__SystemInt64__SystemDateTime(System.Int64 fileTime)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime FromFileTimeUtc

SystemDateTime.__FromFileTimeUtc__SystemInt64__SystemDateTime(System.Int64 fileTime)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime FromOADate

SystemDateTime.__FromOADate__SystemDouble__SystemDateTime(System.Double d)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_Date

SystemDateTime.__get_Date__SystemDateTime(System.DateTime instance)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_Day

SystemDateTime.__get_Day__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_DayOfWeek

SystemDateTime.__get_DayOfWeek__SystemDayOfWeek(System.DateTime instance)

outputs: unnamed (DayOfWeek)

flow: none

C# Documentation

DateTime get_DayOfYear

SystemDateTime.__get_DayOfYear__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_Hour

SystemDateTime.__get_Hour__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_Kind

SystemDateTime.__get_Kind__SystemDateTimeKind(System.DateTime instance)

outputs: unnamed (DateTimeKind)

flow: none

C# Documentation

DateTime get_MaxValue

SystemDateTime.__get_MaxValue__SystemDateTime()

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_Millisecond

SystemDateTime.__get_Millisecond__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_Minute

SystemDateTime.__get_Minute__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_MinValue

SystemDateTime.__get_MinValue__SystemDateTime()

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_Month

SystemDateTime.__get_Month__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_Now

SystemDateTime.__get_Now__SystemDateTime()

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_Second

SystemDateTime.__get_Second__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime get_Ticks

SystemDateTime.__get_Ticks__SystemInt64(System.DateTime instance)

outputs: unnamed (Int64)

flow: none

C# Documentation

DateTime get_TimeOfDay

SystemDateTime.__get_TimeOfDay__SystemTimeSpan(System.DateTime instance)

outputs: unnamed (TimeSpan)

flow: none

C# Documentation

DateTime get_Today

SystemDateTime.__get_Today__SystemDateTime()

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_UtcNow

SystemDateTime.__get_UtcNow__SystemDateTime()

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime get_Year

SystemDateTime.__get_Year__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime GetDateTimeFormats

SystemDateTime.__GetDateTimeFormats__SystemStringArray(System.DateTime instance)

outputs: unnamed (String[])

flow: none

C# Documentation

DateTime GetHashCode

SystemDateTime.__GetHashCode__SystemInt32(System.DateTime instance)

outputs: unnamed (Int32)

flow: none

C# Documentation

DateTime GetType

SystemDateTime.__GetType__SystemType(System.DateTime instance)

outputs: unnamed (Type)

flow: none

C# Documentation

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

C# Documentation

DateTime IsLeapYear

SystemDateTime.__IsLeapYear__SystemInt32__SystemBoolean(System.Int32 year)

outputs: unnamed (Boolean)

flow: none

C# Documentation

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

C# Documentation

DateTime ParseExact

SystemDateTime.__ParseExact__SystemString_SystemString_SystemIFormatProvider__SystemDateTime(System.String sSystem.String formatSystem.IFormatProvider provider)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime SpecifyKind

SystemDateTime.__SpecifyKind__SystemDateTime_SystemDateTimeKind__SystemDateTime(System.DateTime valueSystem.DateTimeKind kind)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime Subtract

SystemDateTime.__Subtract__SystemDateTime__SystemTimeSpan(System.DateTime instanceSystem.DateTime value)

outputs: unnamed (TimeSpan)

flow: none

C# Documentation

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

C# Documentation

DateTime ToFileTime

SystemDateTime.__ToFileTime__SystemInt64(System.DateTime instance)

outputs: unnamed (Int64)

flow: none

C# Documentation

DateTime ToFileTimeUtc

SystemDateTime.__ToFileTimeUtc__SystemInt64(System.DateTime instance)

outputs: unnamed (Int64)

flow: none

C# Documentation

DateTime ToLocalTime

SystemDateTime.__ToLocalTime__SystemDateTime(System.DateTime instance)

outputs: unnamed (DateTime)

flow: none

C# Documentation

DateTime ToLongDateString

SystemDateTime.__ToLongDateString__SystemString(System.DateTime instance)

outputs: unnamed (String)

flow: none

C# Documentation

DateTime ToLongTimeString

SystemDateTime.__ToLongTimeString__SystemString(System.DateTime instance)

outputs: unnamed (String)

flow: none

C# Documentation

DateTime ToOADate

SystemDateTime.__ToOADate__SystemDouble(System.DateTime instance)

outputs: unnamed (Double)

flow: none

C# Documentation

DateTime ToShortDateString

SystemDateTime.__ToShortDateString__SystemString(System.DateTime instance)

outputs: unnamed (String)

flow: none

C# Documentation

DateTime ToShortTimeString

SystemDateTime.__ToShortTimeString__SystemString(System.DateTime instance)

outputs: unnamed (String)

flow: none

C# Documentation

DateTime ToString

SystemDateTime.__ToString__SystemString(System.DateTime instance)

outputs: unnamed (String)

flow: none

C# Documentation

DateTime ToUniversalTime

SystemDateTime.__ToUniversalTime__SystemDateTime(System.DateTime instance)

outputs: unnamed (DateTime)

flow: none

C# Documentation

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

C# Documentation

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

C# Documentation

DateTime

Variable_SystemDateTime(System.DateTime DateTimeSystem.String nameSystem.Boolean publicSystem.Boolean syncedSystem.String syncMode)

outputs: none

flow: none