DateTime Class

Definition

Line 341 of System.Base/Time.cm

Constructors & Destructor

public nothrow DateTime()
public nothrow DateTime(Date date_)
public nothrow DateTime(Date date_, int secs_)

Member Functions

public inline nothrow Date GetDate() const
public inline nothrow int Hours() const
public inline nothrow int Minutes() const
public inline nothrow int Seconds() const
public nothrow String<char> TimeString() const
public nothrow String<char> ToString()
public nothrow String<char> ToString(bool omitDashes, bool omitColons, bool omitMins, bool omitSecs)

Member Variables

private Date date
private int secs

Constructor& Destructor Details

DateTime Constructor

public nothrow DateTime()

Definition
Line 343 of System.Base/Time.cm


DateTime Constructor

public nothrow DateTime(Date date_)

Definition
Line 346 of System.Base/Time.cm


DateTime Constructor

public nothrow DateTime(Date date_, int secs_)

Definition
Line 349 of System.Base/Time.cm


Member Function Details

GetDate Member Function

public inline nothrow Date GetDate()

Definition
Line 352 of System.Base/Time.cm


Hours Member Function

public inline nothrow int Hours()

Definition
Line 356 of System.Base/Time.cm


Minutes Member Function

public inline nothrow int Minutes()

Definition
Line 360 of System.Base/Time.cm


Seconds Member Function

public inline nothrow int Seconds()

Definition
Line 364 of System.Base/Time.cm


TimeString Member Function

public nothrow String<char> TimeString()

Definition
Line 368 of System.Base/Time.cm


ToString Member Function

public nothrow String<char> ToString()

Definition
Line 384 of System.Base/Time.cm


ToString Member Function

public nothrow String<char> ToString(bool omitDashes, bool omitColons, bool omitMins, bool omitSecs)

Definition
Line 388 of System.Base/Time.cm