# Get DateTime Weekday Index

Grammardatetime weekday index
FlagsNative | Function

Returns the index of the weekday that the given DateTime has. (0 is Sunday.)

# Arguments

  • datetime — DateTime

Returns — int

native int GetDateTimeWeekday(datetime dt);

Category: DateTime

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L2394
GetDateTimeWeekday(lp_datetime)