Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgDateTime
GetDay
GetHour
GetMicrosecond
GetMinute
GetMonth
GetSecond
GetYear
IsDate
IsDateTime
IsTime
MgDateTime
MgDateTime
MgDateTime
MgDateTime
SetDay
SetHour
SetMicrosecond
SetMinute
SetMonth
SetSecond
SetYear
Validate
bool MgDateTime::IsDateTime
(
)
Determines if this object represents both date and time values.
.NET Syntax
bool
IsDateTime()
;
Java Syntax
boolean
IsDateTime()
;
PHP Syntax
bool
IsDateTime()
;
Returns:
Returns true if both the date and time are valid; otherwise returns false.
Comments or suggestions? Send us
feedback
.