![]() | SayDateTimeCommand Class |
Namespace: AsterNET.FastAGI.Command
The SayDateTimeCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | SayDateTimeCommand(Int64) |
Creates a new SayDateTimeCommand that says the given time.
the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC) |
![]() | SayDateTimeCommand(Int64, String) |
Creates a new SayDateTimeCommand that says the given time and allows interruption by one of the given escape digits.
|
![]() | SayDateTimeCommand(Int64, String, String) |
Creates a new SayDateTimeCommand that says the given time in the given
format and allows interruption by one of the given escape digits.
|
![]() | SayDateTimeCommand(Int64, String, String, String) |
Creates a new SayDateTimeCommand that says the given time in the given
format and timezone and allows interruption by one of the given escape
digits.
|
Name | Description | |
---|---|---|
![]() | BuildCommand | (Overrides AGICommandBuildCommand.) |
![]() | Equals | (Inherited from Object.) |
![]() | EscapeAndQuote | (Inherited from AGICommand.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from AGICommand.) |
Name | Description | |
---|---|---|
![]() | Format |
Get/Set the format the time should be said in.
|
![]() | getEscapeDigits |
Get/Set the digits that allow the user to interrupt this command.
|
![]() | Time |
Get/Set the time to say in seconds elapsed since 00:00:00 on January 1, 1970, Coordinated Universal Time (UTC).
|
![]() | Timezone |
Get/Set the timezone to use when saying the time.
|