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::IsTime
(
)
Determines if this object only represents a time value.
.NET Syntax
bool
IsTime()
;
Java Syntax
boolean
IsTime()
;
PHP Syntax
bool
IsTime()
;
Returns:
Returns true if only the time is valid; otherwise returns false.
Comments or suggestions? Send us
feedback
.