# Get Month From DateTime

Grammardatetime month
FlagsFunction

Returns the month of a DateTime.

# Arguments

  • datetime — DateTime

Returns — string [ preset::Month ]

string libNtve_gf_GetMonthFromDateTime(
	datetime lp_datetime,
);

Category: DateTime

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L2548
libNtve_gf_GetMonthFromDateTime(lp_datetime)
// L2551
libNtve_gf_GetMonthFromDateTime(lp_datetime)