Actions
Break Date Time |
Breaks a DateTime into its components Target is Kismet Math Library |
Date Time from Iso String |
Converts a date string in ISO-8601 format to a DateTime object Target is Kismet Math Library |
Date Time from String |
Converts a date string to a DateTime object Target is Kismet Math Library |
DateTime - DateTime |
Subtraction (A - B) Target is Kismet Math Library |
DateTime - Timespan |
Subtraction (A - B) Target is Kismet Math Library |
DateTime > DateTime |
Returns true if A is greater than B (A > B) Target is Kismet Math Library |
DateTime >= DateTime |
Returns true if A is greater than or equal to B (A >= B) Target is Kismet Math Library |
DateTime < DateTime |
Returns true if A is less than B (A < B) Target is Kismet Math Library |
DateTime <= DateTime |
Returns true if A is less than or equal to B (A <= B) Target is Kismet Math Library |
DateTime + DateTime |
Addition (A + B) Target is Kismet Math Library |
DateTime + Timespan |
Addition (A + B) Target is Kismet Math Library |
Days In Month |
Returns the number of days in the given year and month Target is Kismet Math Library |
Days In Year |
Returns the number of days in the given year Target is Kismet Math Library |
Equal (DateTime) |
Returns true if the values are equal (A == B) Target is Kismet Math Library |
From Unix Timestamp |
Returns the date from Unix time (seconds from midnight 1970-01-01) Target is Kismet Math Library |
Get Date |
Returns the date component of A Target is Kismet Math Library |
Get Day |
Returns the day component of A (1 to 31) Target is Kismet Math Library |
Get Day Of Year |
Returns the day of year of A Target is Kismet Math Library |
Get Hour |
Returns the hour component of A (24h format) Target is Kismet Math Library |
Get Hour 12 |
Returns the hour component of A (12h format) Target is Kismet Math Library |
Get Millisecond |
Returns the millisecond component of A Target is Kismet Math Library |
Get Minute |
Returns the minute component of A Target is Kismet Math Library |
Get Month |
Returns the month component of A Target is Kismet Math Library |
Get Second |
Returns the second component of A Target is Kismet Math Library |
Get Time Of Day |
Returns the time elapsed since midnight of A Target is Kismet Math Library |
Get Year |
Returns the year component of A Target is Kismet Math Library |
Is Afternoon |
Returns whether A's time is in the afternoon Target is Kismet Math Library |
Is Leap Year |
Returns whether given year is a leap year Target is Kismet Math Library |
Is Morning |
Returns whether A's time is in the morning Target is Kismet Math Library |
Make Date Time |
Makes a DateTime struct Target is Kismet Math Library |
Max Value (DateTime) |
Returns the maximum date and time value Target is Kismet Math Library |
MinValue (DateTime) |
Returns the minimum date and time value Target is Kismet Math Library |
Not Equal (DateTime) |
Returns true if the values are not equal (A != B) Target is Kismet Math Library |
Now |
Returns the local date and time on this computer Target is Kismet Math Library |
To Unix Timestamp |
Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970). Target is Kismet Math Library |
To Unix Timestamp Double |
Returns this date as the number of seconds since the Unix Epoch (January 1st of 1970). Target is Kismet Math Library |
Today |
Returns the local date on this computer Target is Kismet Math Library |
UTC Now |
Returns the UTC date and time on this computer Target is Kismet Math Library |