You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

SRP_DateTime provides several services to easily manipulate BASIC+ datetimes. SRP_DateTime provides the following services:

ServiceDescription
CombineCombine's a date and a time into a datetime.
DateA datetime's date.
Day

A datetime's day.

DayOfWeekA datetimes's day of the week.
DayOfYearA datetimes's day of the year.
DecodeDecodes a datetime into a dynamic array of information about that datetime.
EncodeCreates a datetime from a given year, month, day, hour, minute, and second.
FormatFormats a datetime using a given locale.
HourA datetime's hour.
IsAmDetermines if a datetime is in the AM.
IConvSupports using SRP_DateTime in an IConv.
MinuteA datetime's minute.
MonthA date's month.
NowThe current datetime in local or UTC time zones.
OConvSupports using SRP_DateTime in an OConv.
ParseParses a string into a datetime.
SecondA time's second.
TimeA datetime's time.
ValidateDetermines if the given date is a real date.
YearA datetime's year.
  • No labels